nfqws2: nfq close ifname sock after queue deinit

This commit is contained in:
bol-van
2026-05-06 14:46:51 +03:00
parent 860b13c86e
commit 8d08b4f9a4
+1 -1
View File
@@ -605,10 +605,10 @@ exok:
res=0;
ex:
if (Fpid) fclose(Fpid);
if (cbdata.sock>=0) close(cbdata.sock);
free(cbdata.mod);
free(buf);
nfq_deinit(&h, &qh);
if (cbdata.sock>=0) close(cbdata.sock);
lua_shutdown();
#ifdef HAS_FILTER_SSID
wlan_info_deinit();