revert bogus memleak fix causing Valgrind to scream

This commit is contained in:
Antony Dovgal 2009-08-03 08:45:28 +00:00
parent e949665bc9
commit eb219d11cb

View File

@ -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) {