Memory Leak in the MFC.

G

Guest

I have seen this memory leak since Visual C++ 6.0 anyone aware of a fix

'DentalCad.exe': Loaded 'C:\WINNT\system32\MFC71ENU.DLL', No symbols loaded
Detected memory leaks
Dumping objects -
plex.cpp(32) : {50} normal block at 0x010B5CD8, 124 bytes long. Whats wrong here!!!!
Data: < \ \ (7 > 20 5C 0B 01 00 00 00 00 90 5C 0B 01 28 37 87 00
plex.cpp(32) : {49} normal block at 0x010B5C20, 124 bytes long. whats wrong here!!!!
Data: < 0\ 6 > 00 00 00 00 30 5C 0B 01 00 00 00 00 C8 36 87 00
Object dump complete
 
J

Jan Bares

These are yours memory leaks, most probably in plex.cpp, line 33. Fix your
code.

Jan
 
C

Craig Klementowski

I suggest you give "Memory Validator" at http://www.softwareverify.com a
try. It has a 30 day fully functioning trial. It shows the complete call
stack on leaks. I found and squashed numerous leaks using this program. Well
worth the money if you need it after the trial period as well....


Craig Klementowski
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top