From: stevenlinsell Date: Thu, 18 Aug 2016 00:37:35 +0000 (+0100) Subject: Fix missing cleanup of GOST specific error messages X-Git-Tag: v1.1.0.2~23^2 X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=openssl-gost%2Fengine.git;a=commitdiff_plain;h=594e792d4e853582177a9b16a2827c5805c71348 Fix missing cleanup of GOST specific error messages --- diff --git a/gost_eng.c b/gost_eng.c index 097563e..7c0b156 100644 --- a/gost_eng.c +++ b/gost_eng.c @@ -95,6 +95,8 @@ static int gost_engine_destroy(ENGINE *e) ameth_GostR3410_2012_512 = NULL; ameth_Gost28147_MAC_12 = NULL; + ERR_unload_GOST_strings(); + return 1; }