I want to detect memory leaks of my C++ program in Windows.
I read the documentation also on MSDN about mermoy leak detection and I also started using Visual Leak Detector.
I have a doubt about the reporting of the leaks.
I am expecting a file name with a line number, but I am always reported the text below.
It has all the component of a leak description ( block type, memory address, data, etc..)
except for the file name and the line number.
If it is a real leak?
If yes do you know why the file/line are not reported?
In the meantime I am having a look also at this url
Thanks
Detected memory leaks!
Dumping objects ->
{4723} normal block at 0x04AFB5B8, 8 bytes long.
Data: 2C 3F 00 00 28 3F 00 00
{1476} normal block at 0x04AC3B58, 12 bytes long.
Data: 00 CD CD CD EB 01 75 4C CA 3D 0B 00
Object dump complete.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…