Skip to content

Commit 2732dac

Browse files
committed
Fix double free
1 parent 19613a5 commit 2732dac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/zend.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,6 @@ static ZEND_COLD void zend_error_impl(
13171317
}
13181318
if ((ex->func->common.fn_flags & ZEND_ACC_THROW_WARNING) != 0) {
13191319
zend_throw_exception(NULL, ZSTR_VAL(message), E_WARNING);
1320-
zend_string_release(message);
13211320
return;
13221321
}
13231322
}

0 commit comments

Comments
 (0)