Fix closing same file twice

Closes #318
This commit is contained in:
Alexander Batalov 2023-07-21 08:04:10 +03:00
parent 50d7c71db1
commit 769599c463

View File

@ -2733,7 +2733,7 @@ out:
}
if (stream2 != NULL) {
fileClose(stream1);
fileClose(stream2);
}
if (buf != NULL) {