mirror of
https://github.com/php/php-src.git
synced 2025-01-25 05:04:20 +08:00
revert bogus memleak fix causing Valgrind to scream
This commit is contained in:
parent
e949665bc9
commit
eb219d11cb
@ -1752,7 +1752,6 @@ PHP_FUNCTION(stream_is_local)
|
||||
} else {
|
||||
convert_to_string_ex(&zstream);
|
||||
wrapper = php_stream_locate_url_wrapper(Z_STRVAL_P(zstream), NULL, 0 TSRMLS_CC);
|
||||
zval_ptr_dtor(&zstream);
|
||||
}
|
||||
|
||||
if(!wrapper) {
|
||||
|
Loading…
Reference in New Issue
Block a user