[ovs-dev] [PATCH ovn 1/3] ovn-northd-ddlog: Fix memory leaks.

Ben Pfaff blp at ovn.org
Wed Mar 24 21:31:54 UTC 2021


On Wed, Mar 24, 2021 at 11:47:38AM +0530, Numan Siddique wrote:
> On Wed, Mar 10, 2021 at 5:55 AM Ben Pfaff <blp at ovn.org> wrote:
> >
> > ddlog_delta_get_table() returns data that must be freed, but the code
> > in northd_update_probe_interval() did not do that.  This fixes it.
> >
> > In addition, the accumulated deltas weren't freed when the daemon exits.
> > This doesn't really matter but it's cleaner to do so, so this commit
> > also does that.
> >
> > Signed-off-by: Ben Pfaff <blp at ovn.org>
> > Reported-by: Numan Siddique <numans at ovn.org>
> 
> Thanks for these fixes and for the cleanup.
> 
> For all the 3 patches in the series.
> Acked-by: Numan Siddique <numans at ovn.org>

Thanks, I applied them all to master.


More information about the dev mailing list