We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6faeb95 + bcc5d26 commit d13b3b6Copy full SHA for d13b3b6
ext/opcache/jit/zend_jit_trace.c
@@ -7103,6 +7103,7 @@ static zend_jit_trace_stop zend_jit_compile_root_trace(zend_jit_trace_rec *trace
7103
if (t->stack_map_size) {
7104
zend_jit_trace_stack *shared_stack_map = (zend_jit_trace_stack*)zend_shared_alloc(t->stack_map_size * sizeof(zend_jit_trace_stack));
7105
if (!shared_stack_map) {
7106
+ efree(t->stack_map);
7107
ret = ZEND_JIT_TRACE_STOP_NO_SHM;
7108
goto exit;
7109
}
0 commit comments