1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-22 17:22:21 -05:00

Fix small memory leak

This commit is contained in:
Merlijn 2010-03-25 14:41:01 +01:00
parent 2d456f8aab
commit eaeb1669c8

View File

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