HeLLo Guys,
I'm having a bit of a problem here, I finsihed coding my program, it works corectly, but after finshing the debugging, MS VC++ 6.0 just gives me a message in the output pane :
etected memory leaks!
Dumping objects ->
{318897} normal block at 0x00AB4E00, 104 bytes long.
Data: < `N > 05 00 00 00 20 60 4E 00 0B 00 00 00 0A 00 00 00
{318887} normal block at 0x00AB3E40, 104 bytes long.
Data: < `N > 05 00 00 00 20 60 4E 00 0B 00 00 00 0A 00 00 00
{318886} normal block at 0x00AB3C20, 104 bytes long.
Data: < `N > 05 00 00 00 20 60 4E 00 0B 00 00 00 0A 00 00 00
{318881} normal block at 0x00AB30E0, 104 bytes long.
Data: < `N > 05 00 00 00 20 60 4E 00 0B 00 00 00 0A 00 00 00
....
....
strcore.cpp(118) : {2461} normal block at 0x00A91460, 34 bytes long.
Data: < S++/> 01 00 00 00 15 00 00 00 15 00 00 00 53 2B 2B 2F
strcore.cpp(118) : {2440}
but I'm sure I deleted every object I allocated dynamically, what is it, I don't find where the leak is, could anyone help me please ?
Thanks
I'm having a bit of a problem here, I finsihed coding my program, it works corectly, but after finshing the debugging, MS VC++ 6.0 just gives me a message in the output pane :
etected memory leaks!
Dumping objects ->
{318897} normal block at 0x00AB4E00, 104 bytes long.
Data: < `N > 05 00 00 00 20 60 4E 00 0B 00 00 00 0A 00 00 00
{318887} normal block at 0x00AB3E40, 104 bytes long.
Data: < `N > 05 00 00 00 20 60 4E 00 0B 00 00 00 0A 00 00 00
{318886} normal block at 0x00AB3C20, 104 bytes long.
Data: < `N > 05 00 00 00 20 60 4E 00 0B 00 00 00 0A 00 00 00
{318881} normal block at 0x00AB30E0, 104 bytes long.
Data: < `N > 05 00 00 00 20 60 4E 00 0B 00 00 00 0A 00 00 00
....
....
strcore.cpp(118) : {2461} normal block at 0x00A91460, 34 bytes long.
Data: < S++/> 01 00 00 00 15 00 00 00 15 00 00 00 53 2B 2B 2F
strcore.cpp(118) : {2440}
but I'm sure I deleted every object I allocated dynamically, what is it, I don't find where the leak is, could anyone help me please ?
Thanks