Fixes: c5f346a55f2e ("ovn-controller: Restore ct zone assignment.")
Reported-by: Ramu Ramamurthy <ramu.ramamur...@gmail.com>
CC: Babu Shanmugam <bscha...@redhat.com>
Signed-off-by: Ben Pfaff <b...@ovn.org>
---
 ovn/controller/binding.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ovn/controller/binding.c b/ovn/controller/binding.c
index bd73da8..5f03702 100644
--- a/ovn/controller/binding.c
+++ b/ovn/controller/binding.c
@@ -315,6 +315,7 @@ binding_run(struct controller_ctx *ctx, const struct 
ovsrec_bridge *br_int,
         SSET_FOR_EACH(cur_id, &removed_lports) {
             sset_find_and_delete(all_lports, cur_id);
         }
+        sset_destroy(&removed_lports);
 
         process_full_binding = false;
     } else {
-- 
2.1.3

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to