From bc0b6bfb2734ce8355ddfb9b20461321c08a0b0c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 17 Mar 2017 13:39:30 +0300 Subject: forgotten TCHAR removed --- include/m_clistint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/m_clistint.h') diff --git a/include/m_clistint.h b/include/m_clistint.h index 3bb65748b6..c2c2906882 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -166,7 +166,7 @@ struct CListEvent : public CLISTEVENT, public MZeroedObject ~CListEvent() { mir_free(pszService); - mir_free(pszTooltip); + mir_free(szTooltip.a); } int imlIconIndex; -- cgit v1.2.3