Hi all,
I have a program which when run, causes a detected memeory leak at almost every line. I am using the CRT library to help me identify the leaks and my ouput window produces somnething like this continously
Detected memory leaks!
Dumping objects ->
{163170} normal block at 0x00FBB8A0, 8 bytes long.
Data: < > 05 00 00 00 07 00 00 00
{163169} normal block at 0x00FBB858, 8 bytes long.
Data: < > 02 00 00 00 01 00 00 00
{163168} normal block at 0x00FBB810, 8 bytes long.
Data: < > 01 00 00 00 09 00 00 00
{163167} normal block at 0x00FBB7C8, 8 bytes long.
Data: < > 06 00 00 00 08 00 00 00
it literaly never ends....
Why would this be happening. Unhelpfully, even though I have followed instructuions, double clicking on a detected memorl leak does not lead me to the position in code where it occurs.
Can anyone help me. I'm at my wits end!!
I have a program which when run, causes a detected memeory leak at almost every line. I am using the CRT library to help me identify the leaks and my ouput window produces somnething like this continously
Detected memory leaks!
Dumping objects ->
{163170} normal block at 0x00FBB8A0, 8 bytes long.
Data: < > 05 00 00 00 07 00 00 00
{163169} normal block at 0x00FBB858, 8 bytes long.
Data: < > 02 00 00 00 01 00 00 00
{163168} normal block at 0x00FBB810, 8 bytes long.
Data: < > 01 00 00 00 09 00 00 00
{163167} normal block at 0x00FBB7C8, 8 bytes long.
Data: < > 06 00 00 00 08 00 00 00
it literaly never ends....
Why would this be happening. Unhelpfully, even though I have followed instructuions, double clicking on a detected memorl leak does not lead me to the position in code where it occurs.
Can anyone help me. I'm at my wits end!!