summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--input/flow/ulogd_inpflow_NFCT.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/input/flow/ulogd_inpflow_NFCT.c b/input/flow/ulogd_inpflow_NFCT.c
index 4605fd9..b8278af 100644
--- a/input/flow/ulogd_inpflow_NFCT.c
+++ b/input/flow/ulogd_inpflow_NFCT.c
@@ -901,6 +901,8 @@ static int destructor_nfct(struct ulogd_pluginstance *pi)
hashtable_destroy(cpi->ct_active);
+ ulogd_del_timer(&cpi->ov_timer);
+
rc = nfct_close(cpi->cth);
if (rc < 0)
return rc;