Signed-off-by: Justin Pettit <[email protected]>
---
ovn/northd/ovn-northd.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/ovn/northd/ovn-northd.c b/ovn/northd/ovn-northd.c
index e199937..2ebd3f4 100644
--- a/ovn/northd/ovn-northd.c
+++ b/ovn/northd/ovn-northd.c
@@ -1405,6 +1405,8 @@ build_lrouter_flows(struct hmap *datapaths, struct hmap
*ports,
op->json_key);
ovn_lflow_add(lflows, op->od, S_ROUTER_IN_IP_INPUT, 90,
match, actions);
+ free(match);
+ free(actions);
/* Drop IP traffic to this router. */
match = xasprintf("ip4.dst == "IP_FMT, IP_ARGS(op->ip));
--
1.7.5.4
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev