1
0
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:
Merlijn Wajer 2010-03-20 00:16:04 +01:00
parent 30093069c5
commit 0d10835959

View File

@ -291,6 +291,7 @@ begin
MInternet.Free;
Client.Free;
Includes.free;
Prop.Free;
inherited Destroy;
end;