From d327f242e0d775e97db591a8fc6ec38297791d3a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 13 Mar 2014 14:56:55 +0000 Subject: dbchecker creates two Database menu entries, if Miranda launched from it git-svn-id: http://svn.miranda-ng.org/main/trunk@8594 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Db3x_mmap/src/dbintf.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/Db3x_mmap/src/dbintf.cpp') diff --git a/plugins/Db3x_mmap/src/dbintf.cpp b/plugins/Db3x_mmap/src/dbintf.cpp index c17fdd0e05..888d47e1d3 100644 --- a/plugins/Db3x_mmap/src/dbintf.cpp +++ b/plugins/Db3x_mmap/src/dbintf.cpp @@ -78,6 +78,9 @@ CDb3Mmap::~CDb3Mmap() UnmapViewOfFile(m_pDbCache); } + DestroyServiceFunction(hService); + UnhookEvent(hHook); + if (m_crypto) m_crypto->destroy(); -- cgit v1.2.3