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:
parent
2d456f8aab
commit
eaeb1669c8
@ -298,6 +298,7 @@ begin
|
|||||||
Client.Free;
|
Client.Free;
|
||||||
Includes.free;
|
Includes.free;
|
||||||
Prop.Free;
|
Prop.Free;
|
||||||
|
Sett.Free;
|
||||||
inherited Destroy;
|
inherited Destroy;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user