Hi,

I'm having some problems with detecting the cause of memory leaks in my code.
The problem here is that at the end of a debug I get a memory dump of all detected leaks, but line in the code where the memory was assigned is not provided.

So for example a dump will look like this:

Detected memory leaks!
Dumping objects ->
{78} normal block at 0x001910D0, 32 bytes long.
Data: < > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Object dump complete.
The thread 0x1158 has exited with code 0 (0x0).
The program 'C:\SOFTWARE\memoryleaks\Debug\memoryleaks.exe' has exited with code 0 (0x0).


But not the location in the code.
Is there some way of getting this information?

Thanks!