isp
11-17-2005, 04:09 PM
I have a memory leak that's been bothering me for a while. A strange thing is that this is only detected if I build with multiple thread settings. Single thread settings do not detect this memory leak. :confused: Here is the output in the debug window.
Dumping objects ->
{979} normal block at 0x00FB97A0, 4 bytes long.
Data: <. > 2E 0A 00 00
Normally the memory dump displays the file name and the line number, but this does show this info. Does anyone know what {979} mean? Also, what are some of the ways to track down this memory leak?
Dumping objects ->
{979} normal block at 0x00FB97A0, 4 bytes long.
Data: <. > 2E 0A 00 00
Normally the memory dump displays the file name and the line number, but this does show this info. Does anyone know what {979} mean? Also, what are some of the ways to track down this memory leak?