Ben Pfaff <[email protected]> wrote on 09/01/2016 12:02:53 PM: > From: Ben Pfaff <[email protected]> > To: [email protected] > Cc: Ben Pfaff <[email protected]>, Ryan Moats/Omaha/IBM@IBMUS > Date: 09/01/2016 12:04 PM > Subject: [PATCH] ovn-controller: Fix memory leak in > recv_S_TLV_TABLE_REQUESTED(). > > Nothing freed 'reply'. This fixes the problem. > > Most of this patch is moving coding around. The essential change is that > breaking the code that works with 'reply' out into a separate function > makes it possible to catch all paths out of the function so that 'reply' > can be freed in one place. > > Reported-by: Ryan Moats <[email protected]> > Signed-off-by: Ben Pfaff <[email protected]> > ---
That appears to do the trick as well and it is cleaner, so ... :) Acked-by: Ryan Moats <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
