On Wed, Mar 24, 2021 at 11:47:38AM +0530, Numan Siddique wrote: > On Wed, Mar 10, 2021 at 5:55 AM Ben Pfaff <[email protected]> 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 <[email protected]> > > Reported-by: Numan Siddique <[email protected]> > > Thanks for these fixes and for the cleanup. > > For all the 3 patches in the series. > Acked-by: Numan Siddique <[email protected]>
Thanks, I applied them all to master. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
