From deca42d417dbe5b143c046c6bad8a7ba92fb2e01 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 23 Mar 2017 20:40:45 +0300 Subject: these windows should be manually unsubclassed before exit --- include/m_chat_int.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 2f2f25d039..ce66e3387a 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -400,6 +400,7 @@ protected: CSrmmBaseDialog(HINSTANCE hInst, int idDialog, SESSION_INFO *si = nullptr); virtual void OnInitDialog() override; + virtual void OnClose() override; virtual INT_PTR DlgProc(UINT msg, WPARAM wParam, LPARAM lParam) override; void DoEventHook(int iType, const USERINFO *pUser, const wchar_t *pszText, INT_PTR dwItem); -- cgit v1.2.3