mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +02:00
Fixed memory leak
This commit is contained in:
@@ -4441,7 +4441,6 @@ PHP_FUNCTION(array_map)
|
||||
}
|
||||
|
||||
if (!ZEND_FCI_INITIALIZED(fci)) {
|
||||
zval_add_ref(¶ms[i]);
|
||||
add_next_index_zval(&result, ¶ms[i]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user