summaryrefslogtreecommitdiffstats
path: root/src/hs_helper.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-01-10 13:59:27 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-01-10 13:59:27 +0000
commit653ecce56f9215b189f9b0b556e79a6a7951e032 (patch)
treef3ba83cd151c128f6ac5cf17044aa31c8b30d915 /src/hs_helper.c
parent26a8dbfd045ae44a55dd3c690ac370806afa213f (diff)
downloadrspamd-653ecce56f9215b189f9b0b556e79a6a7951e032.tar.gz
rspamd-653ecce56f9215b189f9b0b556e79a6a7951e032.zip
[Fix] Plug termination memory leaks
Diffstat (limited to 'src/hs_helper.c')
-rw-r--r--src/hs_helper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hs_helper.c b/src/hs_helper.c
index f4f3bed88..e3aee6cbc 100644
--- a/src/hs_helper.c
+++ b/src/hs_helper.c
@@ -268,7 +268,6 @@ start_hs_helper (struct rspamd_worker *worker)
double tim;
ctx->cfg = worker->srv->cfg;
- REF_RETAIN (ctx->cfg);
if (ctx->hs_dir == NULL) {
ctx->hs_dir = ctx->cfg->hs_cache_dir;