diff options
-rwxr-xr-x | plugins/New_GPG/src/main.cpp | 2 |
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("")); |