MG: fixed memleaks

git-svn-id: trunk@3571 -
This commit is contained in:
lazarus 2002-10-27 11:58:34 +00:00
parent bd89207df6
commit 989c2e0f11

View File

@ -18,6 +18,9 @@
{------------------------------------------------------------------------------}
destructor TForm.Destroy;
begin
{$IFDEF VER1_0}
BeforeDestruction;
{$ENDIF}
Assert(False, 'Trace:Destroying signals for TForm');
inherited Destroy;
end;