BUG: Memory leaks when you use the CWnd class versions of the GetDC method and the ReleaseDC method (819635)
The information in this article applies to:
- Microsoft eMbedded Visual C++, Version:4.0
SYMPTOMSWhen you run code that calls the CWnd::GetDC function followed by the CWnd::ReleaseDC function, a memory leak of 4 bytes occurs.CAUSEThe cause of this bug is currently unknown.RESOLUTIONTo avoid this problem, do not use the CWnd class versions of the GetDC method and the ReleaseDC method. Use the GetDC function and the ReleaseDC function.STATUS Microsoft has
confirmed that this is a bug in the Microsoft products that are listed at the
beginning of this article.
Modification Type: | Minor | Last Reviewed: | 3/25/2004 |
---|
Keywords: | kbpending kbbug KB819635 kbAudDeveloper kbAudITPRO kbAudOEM |
---|
|