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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user