mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-11 09:30:31 +01:00
* Fix bug ID #34059, double flush in compressed stream
git-svn-id: trunk@39526 -
This commit is contained in:
parent
ab84f09591
commit
7c0eec6a3f
@ -1212,7 +1212,7 @@ begin
|
||||
try
|
||||
AFrom.Position := 0;
|
||||
c.CopyFrom(AFrom, AFrom.Size);
|
||||
c.Flush;
|
||||
//c.Flush; called in c.Free
|
||||
finally
|
||||
c.Free;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user