Got this out put from calling _CrtDumpMemoryLeaks();:
Detected memory leaks!
Dumping objects ->
strcore.cpp(118) : {55} normal block at 0x002F4580, 14 bytes long.
Data: < 0 > 01 00 00 00 01 00 00 00 01 00 00 00 30 00
strcore.cpp(118) : {54} normal block at 0x002F2D50, 14 bytes long.
Data: < 0 > 01 00 00 00 01 00 00 00 01 00 00 00 30 00
{49} normal block at 0x002F4420, 33 bytes long.
Data: < C > 00 43 00 CD CD CD CD CD CD CD CD CD CD CD CD CD
{48} normal block at 0x002F43B8, 40 bytes long.
Data: < |L > 14 7C 4C 10 16 00 00 00 00 00 00 00 00 00 00 00
{46} client block at 0x002F4268, subtype 0, 64 bytes long.
a CDynLinkLibrary object at $002F4268, 64 bytes long
Object dump complete.
The program 'G:\WIS\ICE\Debug\ICE.exe' has exited with code 0 (0x0).
It from a Multithreaded WIN32 APP using MFC's and using #import to use ADO.
It's the only one I can't trace :-|