mirror of
https://github.com/php/php-src.git
synced 2025-08-17 22:48:57 +02:00
Fixed double free in parse_ini_string
This commit is contained in:
parent
350260624d
commit
7668f7f95a
1 changed files with 0 additions and 1 deletions
|
@ -6038,7 +6038,6 @@ PHP_FUNCTION(parse_ini_string)
|
|||
|
||||
array_init(return_value);
|
||||
if (zend_parse_ini_string(string, 0, scanner_mode, ini_parser_cb, return_value TSRMLS_CC) == FAILURE) {
|
||||
zend_hash_destroy(Z_ARRVAL_P(return_value));
|
||||
zval_dtor(return_value);
|
||||
RETVAL_FALSE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue