mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-29 12:32:14 -05:00
Comment
This commit is contained in:
parent
57b4087bb6
commit
b8a0d6b0a5
@ -263,6 +263,10 @@ end;
|
|||||||
|
|
||||||
destructor TMFinder.Destroy;
|
destructor TMFinder.Destroy;
|
||||||
begin
|
begin
|
||||||
|
{ We don't really have to free stuff here.
|
||||||
|
The array is managed, so that is automatically freed.
|
||||||
|
The rest is either references to objects we may not destroy
|
||||||
|
}
|
||||||
|
|
||||||
inherited;
|
inherited;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user