1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00

- Drop another superflous stream close

This commit is contained in:
Marcus Boerger
2007-02-06 20:30:33 +00:00
parent d771917d08
commit 3f3c8fcd10

View File

@@ -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;
}