vc debugger detect a memory leaks

Started by
1 comment, last by Drazgal 17 years, 10 months ago

Detected memory leaks!
Dumping objects ->
{42472} normal block at 0x0D17CAE8, 18207 bytes long.
 Data: <    H      *\   > 00 EF 09 1C 48 B0 A0 C1 83 08 13 2A 5C C8 B0 A1 
{42447} normal block at 0x0D176198, 1088 bytes long.
 Data: <                > 0F 01 00 00 A4 A0 A0 00 A4 A0 A0 00 A4 A0 A0 00 
{42446} normal block at 0x0D175D20, 1084 bytes long.
 Data: <                > 0E 01 00 00 A4 A0 A0 00 A4 A0 A0 00 A4 A0 A0 00 
{42445} normal block at 0x0D1758A8, 1080 bytes long.
 Data: <                > 0D 01 00 00 A4 A0 A0 00 A4 A0 A0 00 A4 A0 A0 00 
{42444} normal block at 0x0D175438, 1076 bytes long.
 Data: <                > 0C 01 00 00 A4 A0 A0 00 A4 A0 A0 00 A4 A0 A0 00 
{42443} normal block at 0x0D174FC8, 1072 bytes long.
 Data: <                > 0B 01 00 00 A4 A0 A0 00 A4 A0 A0 00 A4 A0 A0 00 
{42442} normal block at 0x0D174B60, 1068 bytes long.

I heard of if you define some macro , you will get more info like file name and line I use vc2003.
Advertisement
Why dont you post the code? That way we have a better chance of finding out the problem
JUST-CODE-IT.NETManaged DirectX & C# TutorialsForumsArticlesLinksSamples
This should help help

Just include the header before you do anything else (ie first line in your main.cpp) and enjoy.

This topic is closed to new replies.

Advertisement