Re: [ovs-dev] [PATCH ovn] Fix memory leak in build_pre_lb

2019-08-26 Thread Numan Siddique
On Sun, Aug 25, 2019 at 11:32 PM Lorenzo Bianconi < lorenzo.bianc...@redhat.com> wrote: > Fix memory leak of ip_address string in build_pre_lb routine if we > install logical flows for empty_lb controller event > > Fixes: f49b17a6cbe3 ("OVN: use trigger_event action to report > 'empty_lb_rule'

[ovs-dev] [PATCH ovn] Fix memory leak in build_pre_lb

2019-08-25 Thread Lorenzo Bianconi
Fix memory leak of ip_address string in build_pre_lb routine if we install logical flows for empty_lb controller event Fixes: f49b17a6cbe3 ("OVN: use trigger_event action to report 'empty_lb_rule' events") Signed-off-by: Lorenzo Bianconi --- northd/ovn-northd.c | 1 - 1 file changed, 1