Did anyone try to figure out Google Test (GTest) memory leak on debug build????
I did a simple Gtest
No memory leaks detected.
Visual Leak Detector is now exiting.
Detected memory leaks!
Dumping objects ->
{3246} normal block at 0x0024DB20, 8 bytes long.
Data: < $ > E8 DA 24 00 00 00 00 00
{3245} normal block at 0x0023CF68, 32 bytes long.
Data: <h # h # h # > 68 CF 23 00 68 CF 23 00 68 CF 23 00 01 01 CD CD
{3244} normal block at 0x0024DAE8, 12 bytes long.
Data: < $ h # > 20 DB 24 00 68 CF 23 00 00 00 00 00
{3243} normal block at 0x00247E78, 24 bytes long.
Data: < $ > A8 03 24 00 FF FF FF FF 00 00 00 00 00 00 00 00
Object dump complete.
The program '[0x69C] IGyroGUnitTest.exe' has exited with code 0 (0x0).
How VLD can help me to figure out where or pin point the line need to free ???
Thanks
I did a simple Gtest
No memory leaks detected.
Visual Leak Detector is now exiting.
Detected memory leaks!
Dumping objects ->
{3246} normal block at 0x0024DB20, 8 bytes long.
Data: < $ > E8 DA 24 00 00 00 00 00
{3245} normal block at 0x0023CF68, 32 bytes long.
Data: <h # h # h # > 68 CF 23 00 68 CF 23 00 68 CF 23 00 01 01 CD CD
{3244} normal block at 0x0024DAE8, 12 bytes long.
Data: < $ h # > 20 DB 24 00 68 CF 23 00 00 00 00 00
{3243} normal block at 0x00247E78, 24 bytes long.
Data: < $ > A8 03 24 00 FF FF FF FF 00 00 00 00 00 00 00 00
Object dump complete.
The program '[0x69C] IGyroGUnitTest.exe' has exited with code 0 (0x0).
How VLD can help me to figure out where or pin point the line need to free ???
Thanks