summaryrefslogtreecommitdiffstats
path: root/src/rule.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rule.c')
-rw-r--r--src/rule.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rule.c b/src/rule.c
index 0cc1fa59..2d35bae4 100644
--- a/src/rule.c
+++ b/src/rule.c
@@ -106,6 +106,7 @@ void handle_free(struct handle *h)
xfree(h->chain.name);
xfree(h->set.name);
xfree(h->flowtable);
+ xfree(h->obj.name);
}
void handle_merge(struct handle *dst, const struct handle *src)