_CrtDumpMemoryLeaks()

maltech
Posts: 1
Joined: Tue Apr 07, 2009 10:02 pm

_CrtDumpMemoryLeaks()

Post by maltech »

Hi,

I use Bullet 2.74 in VS 2008 and have some trouble using _CrtDumpMemoryLeaks() to monitor memory allocations.

When I call the function at the end of the 'hello world' application or any other demo it complains about several memory leaks although all resources should have been freed. The leaks do not show up when dynamicsWorld->stepSimulation() is commented out.

I guess the problem is caused by multithreading but how can it be solved?

Best Regards,
Malte