summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/ebtables.c
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2005-07-16 22:35:32 +0000
committerBart De Schuymer <bdschuym@pandora.be>2005-07-16 22:35:32 +0000
commit84e0df8d5e72d01ba2dfc08128222a9f4e1ceef7 (patch)
tree0576a8820ed8d52bfa0dc861b086c5fb004e7693 /userspace/ebtables2/ebtables.c
parent84c661b0c17b415de92e3ff59d2f1ee0a59c84b6 (diff)
cleanup
Diffstat (limited to 'userspace/ebtables2/ebtables.c')
-rw-r--r--userspace/ebtables2/ebtables.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/userspace/ebtables2/ebtables.c b/userspace/ebtables2/ebtables.c
index 491aa2e..2b0807f 100644
--- a/userspace/ebtables2/ebtables.c
+++ b/userspace/ebtables2/ebtables.c
@@ -781,6 +781,7 @@ print_zero:
case 'M': /* Modprobe */
if (OPT_COMMANDS)
ebt_print_error2("Please put the -M option earlier");
+ free(ebt_modprobe);
ebt_modprobe = optarg;
break;
case 'h': /* Help */