Signed-off-by: Justin Pettit <jpet...@nicira.com> --- ovn/northd/ovn-northd.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ovn/northd/ovn-northd.c b/ovn/northd/ovn-northd.c index e199937..282f8ae 100644 --- a/ovn/northd/ovn-northd.c +++ b/ovn/northd/ovn-northd.c @@ -1328,6 +1328,7 @@ build_lrouter_flows(struct hmap *datapaths, struct hmap *ports, ETH_ADDR_ARGS(op->mac), op->json_key); ovn_lflow_add(lflows, op->od, S_ROUTER_IN_ADMISSION, 50, match, "next;"); + free(match); } /* Logical router ingress table 1: IP Input. */ -- 1.7.5.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev