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