mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-16 22:35:05 -05:00
Merge branch 'master' of ssh://villavu.com:54367/simba
This commit is contained in:
commit
544294fbe6
@ -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