From 4b89d658c16f73387acf84a3e1eb899eb4ea0fcb Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 3 Aug 2013 13:18:14 +0000 Subject: more leaks git-svn-id: http://svn.miranda-ng.org/main/trunk@5564 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SecureIM/src/crypt_icons.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/SecureIM') diff --git a/plugins/SecureIM/src/crypt_icons.cpp b/plugins/SecureIM/src/crypt_icons.cpp index 9131583586..720120059e 100644 --- a/plugins/SecureIM/src/crypt_icons.cpp +++ b/plugins/SecureIM/src/crypt_icons.cpp @@ -2,6 +2,10 @@ struct ICON_CACHE { + ICON_CACHE::~ICON_CACHE() { + ::DestroyIcon(icon); + } + HICON icon; HANDLE hCLIcon; SHORT mode; -- cgit v1.2.3