summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipfw/ipfw2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ipfw/ipfw2.c b/sbin/ipfw/ipfw2.c
index 50ee754..2e3395a 100644
--- a/sbin/ipfw/ipfw2.c
+++ b/sbin/ipfw/ipfw2.c
@@ -5965,6 +5965,7 @@ table_handler(int ac, char *av[])
tbl->ent[a].masklen, tval);
}
}
+ free(tbl);
} else
errx(EX_USAGE, "invalid table command %s", *av);
}
OpenPOWER on IntegriCloud