some precautions against memory swallowing by post-process form

This commit is contained in:
zueuk 2008-08-25 15:02:34 +00:00
parent 2ee3bb39b3
commit f0be40833a

View File

@ -136,6 +136,12 @@ begin
finally
Registry.Free;
end;
FRenderer.Free; // weirdness!!! :-/
FRenderer := nil;
Image.Picture.Graphic := nil;
FCP.Free;
FCP := nil;
end;
///////////////////////////////////////////////////////////////////////////////