mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 11:19:22 +02:00
MG: fixed memleaks
git-svn-id: trunk@3571 -
This commit is contained in:
parent
bd89207df6
commit
989c2e0f11
@ -18,6 +18,9 @@
|
||||
{------------------------------------------------------------------------------}
|
||||
destructor TForm.Destroy;
|
||||
begin
|
||||
{$IFDEF VER1_0}
|
||||
BeforeDestruction;
|
||||
{$ENDIF}
|
||||
Assert(False, 'Trace:Destroying signals for TForm');
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user