Memory leaks
in [
MFC
]
Prev:
CMFCDesktopAlertWnd
Next:
Why this happen? is it a bug of mfc9.0
From:
GT
on
21 May 2008 08:00
Thank you all - problem was that 'someone' had commented out 1 line of code
"\\ delete project";
The CString member variables were the only things being left behind as all
other objects had been deleted after new!
GT
First
|
Prev
|
Pages:
1
2
3
Prev:
CMFCDesktopAlertWnd
Next:
Why this happen? is it a bug of mfc9.0