Memory Leak
For your developers:
I’ve been working on a project in Visual Studio written in MFC and C++. I noticed when my app exited, I’d get a notification of memory leaks. I enabled all the tools in VS, and finally installed a third-party plugin called DeLeaker. I still couldn’t find the issue.
The author of DeLeaker checked in with me to see how my trial of the product was going, and I shared my frustration in not finding the leak. He asked me to send him the output, which I did. As it turns out, the leaks are not in my product, but in Fences and another product that I’m using (MaxTo). I wanted to let you know, and send you what he sent me. Let me know if I can help with this.
On Mon, Feb 28, 2022 at 5:45 PM Artem Razin <[email protected]> wrote:
Hi Thomas,
How are you? I am sorry for the delay.
I've checked the snapshot.
Leaks come from MaxTo.Hook.x64.dll, but its symbols are not available. The same for FencesMenu64.dll. You can check it in the Modules tab.
Do you have MaxTo.Hook.x64.pdb?
Thank you.