Signed-off-by: Jarno Rajahalme <jrajaha...@nicira.com> --- 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 dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev