On Thu, Mar 05, 2020 at 07:21:41AM +0100, Damijan Skvarc wrote: > ovnfield_by_name is hash of strings which is used to quickly find > field by name. This hash is initialized from ovn_init_symtab(). In case > the latter function is called multiple times then also ovnfield_by_name is > initialized multiple times but without freeing previously allocated > memory resources what cause memory leaks. This actually happens in > ovn-controller which calls ovn_init_symtab() function twice, once from > ofctrl.c and the other time from lflow.c files.
Applied to master, thanks! _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
