summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/rule.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rule.c b/src/rule.c
index 1f69afd1..e0e06c52 100644
--- a/src/rule.c
+++ b/src/rule.c
@@ -33,6 +33,7 @@ void handle_free(struct handle *h)
xfree(h->table);
xfree(h->chain);
xfree(h->set);
+ xfree(h->flowtable);
}
void handle_merge(struct handle *dst, const struct handle *src)