Fixes: 57593fd24378 ( conntrack: Stop exporting internal datastructures.)
Signed-off-by: Darrell Ball <[email protected]>
---
lib/conntrack.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/conntrack.c b/lib/conntrack.c
index 83fc8f2..49f6325 100644
--- a/lib/conntrack.c
+++ b/lib/conntrack.c
@@ -391,6 +391,7 @@ conntrack_destroy(struct conntrack *ct)
ct_rwlock_unlock(&ct->resources_lock);
ct_rwlock_destroy(&ct->resources_lock);
ipf_destroy(ct->ipf);
+ free(ct);
}
static unsigned hash_to_bucket(uint32_t hash)
--
1.9.1
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev