1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
This commit is contained in:
Merlijn Wajer 2010-04-18 18:09:23 +02:00
parent 57b4087bb6
commit b8a0d6b0a5

View File

@ -263,6 +263,10 @@ end;
destructor TMFinder.Destroy;
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;
end;