From: Marcus Boerger Date: Tue, 6 Feb 2007 20:30:33 +0000 (+0000) Subject: - Drop another superflous stream close X-Git-Tag: RELEASE_1_0_1~321 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f3c8fcd10d29e8aaf643077611b7345f6e016a7;p=php - Drop another superflous stream close --- diff --git a/ext/phar/phar.c b/ext/phar/phar.c index 5dcf0d1e4b..7e61186dd8 100644 --- a/ext/phar/phar.c +++ b/ext/phar/phar.c @@ -2429,7 +2429,6 @@ int phar_flush(phar_archive_data *archive, char *user_stub, long len, char **err if (error) { spprintf(error, 0, "unable to seek to __HALT_COMPILER(); in new phar \"%s\"", archive->fname); } - php_stream_close(newfile); return EOF; }