
VC++ Debugger - Memory Leak Bug?
You're apparently leaking memory.
This test (is memory leaking) is ONLY done in 'debug mode' builds... were
you perhaps using release earlier?
Quote:
> Hi,
> I am writing a program which utilizes multiply derived classes. The
> application base was created by the MFC appwizard, and ran fine the first
> time compiling. However, I have now constructed several classes, and now
> the de{*filter*} reports memory leaks - even though none of my new classes
have
> been incorporated into the app. No files have been included into the
> AppWizard base or anything. I don't declare any static class variables in
> my definitions, and I have not put in a single new statement anywhere.
> Can anyone tell me what's going on?
> --russell