Re: [ovs-dev] [PATCH] ovn-controller: Fix leak in patched_datapaths processing.

2016-09-01 Thread Ben Pfaff
On Thu, Sep 01, 2016 at 12:58:52PM -0400, Russell Bryant wrote: > On Thu, Sep 1, 2016 at 12:42 PM, Ben Pfaff wrote: > > > Nothing freed 'key', which was dynamically allocated. This commit changes > > 'key' so that it is no longer dynamically allocated. > > > > Reported-by: Ryan Moats > > Signed

Re: [ovs-dev] [PATCH] ovn-controller: Fix leak in patched_datapaths processing.

2016-09-01 Thread Russell Bryant
On Thu, Sep 1, 2016 at 12:42 PM, Ben Pfaff wrote: > Nothing freed 'key', which was dynamically allocated. This commit changes > 'key' so that it is no longer dynamically allocated. > > Reported-by: Ryan Moats > Signed-off-by: Ben Pfaff > Acked-by: Russell Bryant _