[ovs-dev] [PATCH] ovn-controller: pending_ct_zones should be destroy

xu.rong at zte.com.cn xu.rong at zte.com.cn
Wed Sep 20 05:57:15 UTC 2017


pending_ct_zones in ovn-controller main should be destroy when exit.

Signed-off-by: xu rong <xu.rong at zte.com.cn>

---
 ovn/controller/ovn-controller.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ovn/controller/ovn-controller.c 
b/ovn/controller/ovn-controller.c
index a935a79..32cdc9f 100644
--- a/ovn/controller/ovn-controller.c
+++ b/ovn/controller/ovn-controller.c
@@ -843,6 +843,7 @@ main(int argc, char *argv[])
     pinctrl_destroy();
 
     simap_destroy(&ct_zones);
+    shash_destroy(&pending_ct_zones);
 
     bitmap_free(group_table.group_ids);
     hmap_destroy(&group_table.desired_groups);
-- 
1.8.3.1


More information about the dev mailing list