From: Marcus Boerger Date: Tue, 28 Feb 2006 01:45:28 +0000 (+0000) Subject: - This dtor is actually always needed X-Git-Tag: RELEASE_1_2~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce2b0345fb3df06e8414293dbfc11071c9372fa3;p=php - This dtor is actually always needed --- diff --git a/ext/phar/phar.c b/ext/phar/phar.c index 284ce5e13f..51fcf9b52c 100644 --- a/ext/phar/phar.c +++ b/ext/phar/phar.c @@ -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);