From cc74c0e4332e021772d283f5aae6d6967f6ccf7d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 9 Apr 2013 15:31:01 +0000 Subject: fix for crashes in SecureIM upon dynamic load/unload fixes: #310 git-svn-id: http://svn.miranda-ng.org/main/trunk@4396 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CryptoPP/src/cpp_rsam.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/CryptoPP/src/cpp_rsam.cpp') diff --git a/plugins/CryptoPP/src/cpp_rsam.cpp b/plugins/CryptoPP/src/cpp_rsam.cpp index e8b68986ed..a356e7ad0a 100644 --- a/plugins/CryptoPP/src/cpp_rsam.cpp +++ b/plugins/CryptoPP/src/cpp_rsam.cpp @@ -74,6 +74,7 @@ int __cdecl rsa_done(void) { delete p; tmp->pdata = 0; cpp_delete_context(hRSA4096); + hRSA4096 = NULL; } return 1; -- cgit v1.2.3