From: Victor Julien Date: Wed, 25 Sep 2013 08:19:09 +0000 (+0200) Subject: Properly cleanup NSS ctx X-Git-Tag: suricata-2.0beta2~330 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=468a8e1ca3874c6d5c61bc0a6af1100a5a105e23;p=thirdparty%2Fsuricata.git Properly cleanup NSS ctx --- diff --git a/src/suricata.c b/src/suricata.c index 061b37bb79..b44ed960f1 100644 --- a/src/suricata.c +++ b/src/suricata.c @@ -2180,6 +2180,10 @@ int main(int argc, char **argv) TmqhCleanup(); TmModuleRunDeInit(); ParseSizeDeinit(); +#ifdef HAVE_NSS + NSS_Shutdown(); + PR_Cleanup(); +#endif #ifdef HAVE_AF_PACKET AFPPeersListClean();