Found by inspection.
Signed-off-by: Ben Pfaff <[email protected]>
---
ovn/northd/ovn-northd.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ovn/northd/ovn-northd.c b/ovn/northd/ovn-northd.c
index 6cb0b6cc410a..e42ceea99264 100644
--- a/ovn/northd/ovn-northd.c
+++ b/ovn/northd/ovn-northd.c
@@ -393,6 +393,7 @@ free_chassis_queueid(struct hmap *set, struct sbrec_chassis
*chassis,
if (uuid_equals(chassis_uuid, &node->chassis_uuid)
&& node->queue_id == queue_id) {
hmap_remove(set, &node->key_node);
+ free(node);
break;
}
}
--
2.16.1
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev