summaryrefslogtreecommitdiff
path: root/include/m_clistint.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-03-17 13:39:30 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-03-17 13:39:30 +0300
commitbc0b6bfb2734ce8355ddfb9b20461321c08a0b0c (patch)
treee3d8fdb4a5c1090d7efd21397679e2ed8803659e /include/m_clistint.h
parent2444f74aeaa00db13dd0cdb44d694cad09620efa (diff)
forgotten TCHAR removed
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r--include/m_clistint.h2
1 files changed, 1 insertions, 1 deletions
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;