mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-21 11:19:34 +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;
|
destructor TForm.Destroy;
|
||||||
begin
|
begin
|
||||||
|
{$IFDEF VER1_0}
|
||||||
|
BeforeDestruction;
|
||||||
|
{$ENDIF}
|
||||||
Assert(False, 'Trace:Destroying signals for TForm');
|
Assert(False, 'Trace:Destroying signals for TForm');
|
||||||
inherited Destroy;
|
inherited Destroy;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user