Signed-off-by: Jarno Rajahalme <[email protected]>
---
ofproto/connmgr.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/ofproto/connmgr.c b/ofproto/connmgr.c
index 46e7431..5971c37 100644
--- a/ofproto/connmgr.c
+++ b/ofproto/connmgr.c
@@ -1281,6 +1281,7 @@ ofconn_destroy(struct ofconn *ofconn)
}
ofp_bundle_remove_all(ofconn);
+ hmap_destroy(&ofconn->bundles);
hmap_destroy(&ofconn->monitors);
list_remove(&ofconn->node);
--
1.7.10.4
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev