summaryrefslogtreecommitdiff
path: root/plugins/New_GPG
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2015-04-24 14:08:22 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2015-04-24 14:08:22 +0000
commitf1e44d49d47dd2164361a1ea2874e4ef14069717 (patch)
tree1d51acec558295dc7123f6083c9e1c5f55b1644b /plugins/New_GPG
parente6025ae37081310f2bd0bf2e5a1aec8d06d06f82 (diff)
New GPG:
- minor fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@13083 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/New_GPG')
-rwxr-xr-xplugins/New_GPG/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/New_GPG/src/main.cpp b/plugins/New_GPG/src/main.cpp
index ddd12c5cdb..b80f77184d 100755
--- a/plugins/New_GPG/src/main.cpp
+++ b/plugins/New_GPG/src/main.cpp
@@ -2226,7 +2226,7 @@ void InitCheck()
}
//TODO: check for expired key
mir_free(keyid);
- //mir_free(key);
+ mir_free(key);
}
{
TCHAR *path = UniGetContactSettingUtf(NULL, szGPGModuleName, "szHomePath", _T(""));