Re: [ovs-dev] [PATCH rebase 1/3] ovn-controller: Fix memory leak when updating tunnels.

2016-08-11 Thread Ben Pfaff
On Thu, Aug 11, 2016 at 05:20:32PM -0700, Jesse Gross wrote: > When a tunnel possibly needs to be updated, we are currently allocating > a new name for it. This is not necessary and in fact nothing uses the > name, which then results in the memory being leaked. > > Fixes: 1d45d5a9

Re: [ovs-dev] [PATCH rebase 1/3] ovn-controller: Fix memory leak when updating tunnels.

2016-08-11 Thread Ryan Moats
"dev" <dev-boun...@openvswitch.org> wrote on 08/11/2016 07:20:32 PM: > From: Jesse Gross <je...@kernel.org> > To: dev@openvswitch.org > Date: 08/11/2016 07:21 PM > Subject: [ovs-dev] [PATCH rebase 1/3] ovn-controller: Fix memory > leak when updatin

[ovs-dev] [PATCH rebase 1/3] ovn-controller: Fix memory leak when updating tunnels.

2016-08-11 Thread Jesse Gross
When a tunnel possibly needs to be updated, we are currently allocating a new name for it. This is not necessary and in fact nothing uses the name, which then results in the memory being leaked. Fixes: 1d45d5a9 ("ovn-controller: Change encaps_run to work incrementally.") Signed-off-by: Jesse