mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed memory leak
This commit is contained in:
parent
d327027ea9
commit
496bc9fce3
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ static void _default_exception_get_entry(zval *object, char *name, int name_len,
|
||||||
|
|
||||||
*return_value = *value;
|
*return_value = *value;
|
||||||
zval_copy_ctor(return_value);
|
zval_copy_ctor(return_value);
|
||||||
|
INIT_PZVAL(return_value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue