nfqws,tpws: remove null pointer checks before free()

This commit is contained in:
bol-van
2025-01-09 18:56:01 +03:00
parent f21bd0c63c
commit 29ff997a3f
7 changed files with 19 additions and 33 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include "params.h"
#include "linux_compat.h"
#include <sys/types.h>
#include <stdbool.h>