[ovs-dev] [PATCH ovn 2/2] ovn-controller: Free some more memory before exit.

2015-05-01 Thread Russell Bryant
Free a few pointers to malloc'd memory before exit. Signed-off-by: Russell Bryant --- ovn/controller/ovn-controller.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ovn/controller/ovn-controller.c b/ovn/controller/ovn-controller.c index 778dd43..9d61a48 100644 --- a/ovn/

Re: [ovs-dev] [PATCH ovn 2/2] ovn-controller: Free some more memory before exit.

2015-05-01 Thread Kyle Mestery
On Fri, May 1, 2015 at 1:22 PM, Russell Bryant wrote: > Free a few pointers to malloc'd memory before exit. > > Signed-off-by: Russell Bryant > --- > ovn/controller/ovn-controller.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/ovn/controller/ovn-controller.c > b/