mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2026-06-13 16:05:40 +02:00
Prevent Memory Leak of one TCriticalSection object
This commit is contained in:
@@ -237,6 +237,7 @@ end;
|
|||||||
|
|
||||||
procedure TFMXExternalPumpBrowserFrm.FormDestroy(Sender: TObject);
|
procedure TFMXExternalPumpBrowserFrm.FormDestroy(Sender: TObject);
|
||||||
begin
|
begin
|
||||||
|
fResizeCS.Free;
|
||||||
if (FPopUpBitmap <> nil) then FreeAndNil(FPopUpBitmap);
|
if (FPopUpBitmap <> nil) then FreeAndNil(FPopUpBitmap);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user