mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-02-02 10:25:26 +02:00
Prevent Memory Leak of one TCriticalSection object
This commit is contained in:
parent
4a1fa8d0cf
commit
c693aa506e
@ -237,6 +237,7 @@ end;
|
||||
|
||||
procedure TFMXExternalPumpBrowserFrm.FormDestroy(Sender: TObject);
|
||||
begin
|
||||
fResizeCS.Free;
|
||||
if (FPopUpBitmap <> nil) then FreeAndNil(FPopUpBitmap);
|
||||
end;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user