Commit bcc5d26
authored
ext/opcache/jit/zend_jit_trace: fix memory leak in _compile_root_trace() (#10146)
A copy of this piece of code exists in zend_jit_compile_side_trace(),
but there, the leak bug does not exist.
This bug exists since both copies of this piece of code were added in
commit 4bf2d091 parent d03025b commit bcc5d26
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7114 | 7114 | | |
7115 | 7115 | | |
7116 | 7116 | | |
| 7117 | + | |
7117 | 7118 | | |
7118 | 7119 | | |
7119 | 7120 | | |
| |||
0 commit comments