> On Oct 21, 2015, at 11:32 PM, Russell Bryant <[email protected]> wrote: > > On 10/21/2015 09:06 PM, Justin Pettit wrote: >> Signed-off-by: Justin Pettit <[email protected]> >> --- >> 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. */ >> > > Acked-by: Russell Bryant <[email protected]>
Thanks! Pushed to master. --Justin _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
