diff options
Diffstat (limited to 'src/controller.c')
-rw-r--r-- | src/controller.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controller.c b/src/controller.c index 350745f3c..87ac965ec 100644 --- a/src/controller.c +++ b/src/controller.c @@ -3942,8 +3942,8 @@ start_controller_worker (struct rspamd_worker *worker) g_hash_table_unref (ctx->plugins); g_hash_table_unref (ctx->custom_commands); - rspamd_http_context_free (ctx->http_ctx); REF_RELEASE (ctx->cfg); + rspamd_http_context_free (ctx->http_ctx); rspamd_log_close (worker->srv->logger, TRUE); exit (EXIT_SUCCESS); |