M
mircu
Hi,
I need a tool to check my applicationm for memory leaks. It uses mixed
code and for now I didn't find proper tool. My application is managed
c++ app and it uses mc++ wrappers for my unmanaged code (which uses
MFC). When I stop debugging there is info about memory leaks but I'm
sure that every wrappers deletes unmanaged objects in finalizers. So
maybe the finalizers aren't called? Is there a tool which could show me
leaked objects in mixed mode application? Raional Purify Plus can't
check it.
Regards,
mircu
I need a tool to check my applicationm for memory leaks. It uses mixed
code and for now I didn't find proper tool. My application is managed
c++ app and it uses mc++ wrappers for my unmanaged code (which uses
MFC). When I stop debugging there is info about memory leaks but I'm
sure that every wrappers deletes unmanaged objects in finalizers. So
maybe the finalizers aren't called? Is there a tool which could show me
leaked objects in mixed mode application? Raional Purify Plus can't
check it.
Regards,
mircu