Thanks for killing all those memory leak bugs! Acked-by: Andy Zhou <[email protected]>
On Thu, Oct 22, 2015 at 3:57 PM, Justin Pettit <[email protected]> wrote: > Signed-off-by: Justin Pettit <[email protected]> > --- > ovn/utilities/ovn-nbctl.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/ovn/utilities/ovn-nbctl.c b/ovn/utilities/ovn-nbctl.c > index 947c58c..2303f31 100644 > --- a/ovn/utilities/ovn-nbctl.c > +++ b/ovn/utilities/ovn-nbctl.c > @@ -268,6 +268,7 @@ parse_options(int argc, char *argv[], struct shash > *local_options) > abort(); > } > } > + free(short_options); > > if (!db) { > db = nbctl_default_db(); > -- > 1.7.5.4 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
