* Fix bug ID #34059, double flush in compressed stream

git-svn-id: trunk@39526 -
This commit is contained in:
michael 2018-07-30 13:37:16 +00:00
parent ab84f09591
commit 7c0eec6a3f

View File

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