Can't get rid of No-Leaks-Found Popup Window

delphi package - automated exception handling
Post Reply
Lu53
Posts: 1
Joined: Thu Mar 29, 2018 2:51 am

Can't get rid of No-Leaks-Found Popup Window

Post by Lu53 »

Hello,
with "report resource leaks" checked on in settings, a call to ShowNoLeaksWindow(False) successfully stops the No-Leaks-Found window from popping up on program exit. But with "report resource leaks" checked off in settings, no matter if ShowNoLeaksWindow(False) is called or not, the window will always pop up (given no leaks found of course).
How can I switch off the No Leaks Found pop up completely such that it never pops up?
Thank you for your support on this.
Kind regards
Lu
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: Can't get rid of No-Leaks-Found Popup Window

Post by madshi »

If the window pops up, seemingly leak reporting is still active, for some reason. Does your project consists only of the EXE, or do you also have some self-written DLLs or BPLs? If so, maybe one of those still have leak reporting active?
Post Reply