Re: [ovs-dev] [PATCH] ovs-vsctl: Fix leaked error string in cmd_remove()

2014-09-02 Thread Ben Pfaff
On Mon, Sep 01, 2014 at 06:09:21PM +0200, Thomas Graf wrote: > Signed-off-by: Thomas Graf I think this is a correctness bug, not a leak. I sent a patch: http://openvswitch.org/pipermail/dev/2014-September/045014.html ___ dev mailing list dev@op

[ovs-dev] [PATCH] ovs-vsctl: Fix leaked error string in cmd_remove()

2014-09-01 Thread Thomas Graf
Signed-off-by: Thomas Graf --- utilities/ovs-vsctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/ovs-vsctl.c b/utilities/ovs-vsctl.c index 37d8b3c..2cd389b 100644 --- a/utilities/ovs-vsctl.c +++ b/utilities/ovs-vsctl.c @@ -3529,11 +3529,11 @@ cmd_remove(struct vs