From 3f3c8fcd10d29e8aaf643077611b7345f6e016a7 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 6 Feb 2007 20:30:33 +0000 Subject: [PATCH] - Drop another superflous stream close --- ext/phar/phar.c | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.50.1