summaryrefslogtreecommitdiff
path: root/tc/m_xt_old.c
diff options
context:
space:
mode:
Diffstat (limited to 'tc/m_xt_old.c')
-rw-r--r--tc/m_xt_old.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tc/m_xt_old.c b/tc/m_xt_old.c
index efa084c5..7c6b79b9 100644
--- a/tc/m_xt_old.c
+++ b/tc/m_xt_old.c
@@ -337,8 +337,7 @@ static int parse_ipt(struct action_util *a, int *argc_p,
m->tflags = 0;
m->used = 0;
/* Free allocated memory */
- if (m->t)
- free(m->t);
+ free(m->t);
return 0;