Browse Source

nfqws: ipcache destroy in cleanup_params

pull/1464/head
bol-van 3 months ago
parent
commit
abe91a4bfa
  1. 1
      nfq/nfqws.c

1
nfq/nfqws.c

@ -637,6 +637,7 @@ static void cleanup_params(void)
hostlist_files_destroy(&params.hostlists);
ipset_files_destroy(&params.ipsets);
ipcacheDestroy(&params.ipcache);
#ifdef __CYGWIN__
strlist_destroy(&params.ssid_filter);
strlist_destroy(&params.nlm_filter);

Loading…
Cancel
Save