some precautions against memory swallowing by post-process form
This commit is contained in:
parent
2ee3bb39b3
commit
f0be40833a
@ -136,6 +136,12 @@ begin
|
|||||||
finally
|
finally
|
||||||
Registry.Free;
|
Registry.Free;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
FRenderer.Free; // weirdness!!! :-/
|
||||||
|
FRenderer := nil;
|
||||||
|
Image.Picture.Graphic := nil;
|
||||||
|
FCP.Free;
|
||||||
|
FCP := nil;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user