Re: [ovs-dev] [PATCH 1/1] ovs-ofctl: fix memory leak in open_vconn__() function

2019-09-24 Thread Ben Pfaff
On Tue, Sep 24, 2019 at 03:41:22PM +0200, Damijan Skvarc wrote: > Signed-off-by: Damijan Skvarc Thanks. I applied this to master. There's another memory leak here (in the run()) call, but it's even less worth fixing than this one. ___ dev mailing list

[ovs-dev] [PATCH 1/1] ovs-ofctl: fix memory leak in open_vconn__() function

2019-09-24 Thread Damijan Skvarc
Signed-off-by: Damijan Skvarc --- utilities/ovs-ofctl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c index 06289d2..b2350e0 100644 --- a/utilities/ovs-ofctl.c +++ b/utilities/ovs-ofctl.c @@ -590,6 +590,8 @@ open_vconn__(const char *name, enum