Memory Leak in Microsoft Foundation Class
I have received a Microsoft Foundation Class (MFC) dialogue application. It is determine as a title called CMyDialog from CAxDialogImpl. I make some object and called DoModal CMyDialog, and install the application. However, I believed that the memory was leaking and I notice that the memory allocated by HeapAlloc was not released. Where is the freedom? Please help me.








