mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-26 03:02:15 -05:00
Fix memory leak: Free Properties
This commit is contained in:
parent
30093069c5
commit
0d10835959
@ -291,6 +291,7 @@ begin
|
|||||||
MInternet.Free;
|
MInternet.Free;
|
||||||
Client.Free;
|
Client.Free;
|
||||||
Includes.free;
|
Includes.free;
|
||||||
|
Prop.Free;
|
||||||
inherited Destroy;
|
inherited Destroy;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user