From: Vsevolod Stakhov Date: Wed, 25 Feb 2015 11:26:32 +0000 (+0000) Subject: Avoid double free of keys cache. X-Git-Tag: 0.9.0~629 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cca782250faf6a67162c28bc4156499d0b047fb4;p=rspamd.git Avoid double free of keys cache. --- diff --git a/src/controller.c b/src/controller.c index e1fa3cb82..ca7a4f686 100644 --- a/src/controller.c +++ b/src/controller.c @@ -1709,7 +1709,6 @@ start_controller_worker (struct rspamd_worker *worker) g_mime_shutdown (); rspamd_http_router_free (ctx->http); - rspamd_keypair_cache_destroy (cache); rspamd_log_close (rspamd_main->logger); exit (EXIT_SUCCESS); }