mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Fixed memory leak
This commit is contained in:
parent
d327027ea9
commit
496bc9fce3
@ -196,6 +196,7 @@ static void _default_exception_get_entry(zval *object, char *name, int name_len,
|
||||
|
||||
*return_value = *value;
|
||||
zval_copy_ctor(return_value);
|
||||
INIT_PZVAL(return_value);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user