With one little mistake comes a nasty memory leak. We found this in some of the code i wrote
CMenu* CLMI::GetLenderMenu(void){ //test if lender should show up if not if ( !ShowLender() ) return NULL; CMenu* clm = new CMenu();......
Sadly clm was never reclaimed, and MFC redraws the Main menu every time you blink so can you say bad :(
Remember Me
a@href@title, b, blockquote@cite, em, i, strike, strong, sub, super, u
Page rendered at Friday, November 21, 2008 2:29:18 AM (Pacific Standard Time, UTC-08:00)
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.