On Tue, Jul 23, 2019 at 12:33 PM Damijan Skvarc <[email protected]> wrote: > > Signed-off-by: Damijan Skvarc <[email protected]>
Looks good to me. Thanks! Acked-by: Dumitru Ceara <[email protected]> > --- > ovn/controller/physical.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ovn/controller/physical.c b/ovn/controller/physical.c > index 316d373..7ad3e6f 100644 > --- a/ovn/controller/physical.c > +++ b/ovn/controller/physical.c > @@ -1091,7 +1091,7 @@ void physical_handle_port_binding_changes( > flow_table, &ofpacts); > } > } > - > + ofpbuf_uninit(&ofpacts); > } > > void > -- > 2.7.4 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
