1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 01:32:22 +01:00

- This dtor is actually always needed

This commit is contained in:
Marcus Boerger
2006-02-28 01:45:28 +00:00
parent a3fcdf4f08
commit ce2b0345fb

View File

@@ -843,9 +843,7 @@ static php_stream * php_stream_phar_url_wrapper(php_stream_wrapper *wrapper, cha
php_url_free(resource);
return NULL;
}
#if (PHP_MAJOR_VERSION >= 6)
php_url_free(resource);
#endif
#if MBO_0
fprintf(stderr, "Pharname: %s\n", idata->phar->filename);