When you add a CMFCButton to any dialog, the CToolTipCtrl pointer is initialized through the tooltipmanager class.This CToolTipCtrl has a CMapStringToPtr member (m_mapString).This map is not getting destroyed as the CToolTipCtrl is never DELETED.This cause the application to have memory leaks.This is really messy, coz I have a big application, and the aggregate memory leaks in my application is appalling.Please let me know how to get around this problem.
Visual Studio/Silverlight/Tooling version
What category (if any) best represents this feedback?
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results
Please wait...