Skip to content

Commit 857e75e

Browse files
author
Joachim Marder
committed
Show mem leaks only in debug builds
1 parent fcc5123 commit 857e75e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Designer/Bin/RibbonDesigner.exe

0 Bytes
Binary file not shown.

Designer/RibbonDesigner.dpr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ uses
6666
{$R *.res}
6767

6868
begin
69+
{$ifdef DEBUG}
6970
ReportMemoryLeaksOnShutdown := True;
71+
{$endif}
7072
Application.Initialize;
7173
Application.MainFormOnTaskbar := True;
7274
Application.Title := 'Ribbon Designer';

0 commit comments

Comments
 (0)