Perfect! Thanks.
On Wed, Oct 2, 2019 at 5:39 PM Ben Pfaff <[email protected]> wrote: > On Wed, Oct 02, 2019 at 01:44:49PM +0200, Damijan Skvarc wrote: > > memory leak happens in case previously closed log file was reopened > again, > > for example: > > > > ovs-appctl vlog/close > > ovs-appctl vlog/reopen > > Thanks. I applied this to master. > > I removed the 'if' here, since free(NULL) is a no-op: > > + if (log_file_name) { > > + free(log_file_name); > > + } > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
