mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 12:19:26 +02:00
MG: reduced output
git-svn-id: trunk@1809 -
This commit is contained in:
parent
ca76e8665c
commit
f451b0d701
@ -1067,7 +1067,6 @@ initialization
|
||||
NodeMemManager:=TAVLTreeNodeMemManager.Create;
|
||||
|
||||
finalization
|
||||
writeln('avl_tree.pas finalization');
|
||||
|
||||
NodeMemManager.Free;
|
||||
NodeMemManager:=nil;
|
||||
|
@ -1607,14 +1607,15 @@ begin
|
||||
inherited Create(AOwner);
|
||||
end;
|
||||
|
||||
finalization
|
||||
writeln('laz_dom.pas finalization');
|
||||
|
||||
end.
|
||||
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.3 2002/08/01 08:06:27 lazarus
|
||||
MG: reduced output
|
||||
|
||||
Revision 1.2 2002/07/30 14:36:27 lazarus
|
||||
MG: accelerated xmlread and xmlwrite
|
||||
|
||||
|
@ -693,11 +693,11 @@ begin
|
||||
FreeThenNil(HintTimer1);
|
||||
FreeThenNil(HintWindow1);
|
||||
|
||||
writeln('[TMainIDE.Destroy] B -> inherited Destroy...');
|
||||
//writeln('[TMainIDE.Destroy] B -> inherited Destroy...');
|
||||
{$IFDEF IDE_MEM_CHECK}CheckHeap(IntToStr(GetMem_Cnt));{$ENDIF}
|
||||
inherited Destroy;
|
||||
{$IFDEF IDE_MEM_CHECK}CheckHeap(IntToStr(GetMem_Cnt));{$ENDIF}
|
||||
writeln('[TMainIDE.Destroy] END');
|
||||
//writeln('[TMainIDE.Destroy] END');
|
||||
end;
|
||||
|
||||
procedure TMainIDE.OIOnAddAvailableComponent(AComponent:TComponent;
|
||||
@ -6803,6 +6803,9 @@ end.
|
||||
|
||||
{ =============================================================================
|
||||
$Log$
|
||||
Revision 1.331 2002/08/01 08:06:25 lazarus
|
||||
MG: reduced output
|
||||
|
||||
Revision 1.330 2002/08/01 08:03:01 lazarus
|
||||
MG: accelerated searches in project
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user