From abe91a4bfaed2652809adceb72f9f363eddff7ce Mon Sep 17 00:00:00 2001 From: bol-van Date: Sat, 3 May 2025 12:50:53 +0300 Subject: [PATCH] nfqws: ipcache destroy in cleanup_params --- nfq/nfqws.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nfq/nfqws.c b/nfq/nfqws.c index 87667845..d7824617 100644 --- a/nfq/nfqws.c +++ b/nfq/nfqws.c @@ -637,6 +637,7 @@ static void cleanup_params(void) hostlist_files_destroy(¶ms.hostlists); ipset_files_destroy(¶ms.ipsets); + ipcacheDestroy(¶ms.ipcache); #ifdef __CYGWIN__ strlist_destroy(¶ms.ssid_filter); strlist_destroy(¶ms.nlm_filter);