Mail Archives: djgpp/1999/09/07/12:58:06
On Tue, 7 Sep 1999, Jongwhan Lee wrote:
> Detected memory leaks!
> Dumping objects ->
> {45} normal block at 0x00346E38, 16386 bytes long.
> Data: < rtex { 1 1 2> 00 00 72 74 65 78 20 7B 0A 09 31 20 31 20 20 32
> {44} normal block at 0x00431F70, 40 bytes long.
> Data: < h% 8n4 8n4 @ > 08 68 25 10 38 6E 34 00 38 6E 34 00 00 40 00 00
> Object dump complete.
> The thread 0x199 has exited with code 0 (0x0).
I don't understand these messages. How does VC decide that these are
leaks? A buffer that isn't freed when the program exits isn't
necessarily a leak: it might have been used all the time before exit.
- Raw text -