mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 15:39:30 +02:00
IDE: don't show empty heaptrc output dialog on windows
git-svn-id: trunk@50202 -
This commit is contained in:
parent
0603d942b9
commit
c1e2ae50cb
@ -104,6 +104,11 @@ begin
|
||||
Application.{%H-}MainFormOnTaskBar := False;
|
||||
{$ENDIF}
|
||||
|
||||
{$IF (FPC_FULLVERSION >= 30101) AND DEFINED(MSWINDOWS) AND DECLARED(useheaptrace)}
|
||||
// don't show empty heaptrc output dialog on windows
|
||||
heaptrc.GlobalSkipIfNoLeaks := True;
|
||||
{$ENDIF}
|
||||
|
||||
Application.Initialize;
|
||||
LazIDEInstances.PerformCheck;
|
||||
if not LazIDEInstances.StartIDE then
|
||||
|
Loading…
Reference in New Issue
Block a user