FIX: CopyFile function result

This commit is contained in:
Alexander Koblov 2011-09-07 18:56:31 +00:00
commit 41fa2878ad

View file

@ -777,6 +777,8 @@ begin
CheckOperationState; // check pause and stop
end;//while
Result:= True;
finally
if Assigned(SourceFileStream) then
FreeAndNil(SourceFileStream);