mirror of
https://github.com/php/php-src.git
synced 2026-04-09 17:13:31 +02:00
Wrong string destruction
This commit is contained in:
@@ -417,7 +417,7 @@ ZEND_API void zend_print_zval_r_ex(zend_write_func_t write_func, zval *expr, int
|
||||
}
|
||||
ZEND_PUTS_EX(" Object\n");
|
||||
if (class_name) {
|
||||
efree((char*)class_name);
|
||||
STR_RELEASE(class_name);
|
||||
}
|
||||
if ((properties = Z_OBJDEBUG_P(expr, is_temp)) == NULL) {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user