Article ID: 122307
Article Last Modified on 11/21/2006
MDI16: Detected memory leaks!
MDI16: Dumping objects ->
MDI16: {6} str.cpp(82):non-object block at $24D76B72,5 bytes long
MDI16: {5} non-object block at $24D76B4E, 6 bytes long
MDI16: Object dump complete.
The number found in the braces ({n}) indicates the allocation number that
has occured. In the first object dump, it is obvious where the allocation
occured. But the second object dump does not give the file and line number
information, so it might be more difficult to track down the leak. However,
MFC has the capability of breaking on a particular allocation number by
using the _afxBreakAlloc symbol.
_afxBreakAlloc = -1
Additional query words: kbinf 1.00 1.50 2.00 2.10 2.50 3.00 kbNoDupate
Keywords: kbhowto kbbug kbide kbdebug KB122307