Re: [ovs-dev] [PATCH ovn] ovn-northd: Fix memory leak in case of distributed NAT.

2020-05-14 Thread Numan Siddique
On Wed, May 13, 2020 at 4:57 PM Ilya Maximets wrote: > On 5/13/20 12:19 PM, Dumitru Ceara wrote: > > In function get_nat_addresses(), memory reserved for c_addresses is not > > freed in case of distributed NAT (i.e., central_ip_address == false): > > > > ==22493== 36 bytes in 2 blocks are

Re: [ovs-dev] [PATCH ovn] ovn-northd: Fix memory leak in case of distributed NAT.

2020-05-13 Thread Ilya Maximets
On 5/13/20 12:19 PM, Dumitru Ceara wrote: > In function get_nat_addresses(), memory reserved for c_addresses is not > freed in case of distributed NAT (i.e., central_ip_address == false): > > ==22493== 36 bytes in 2 blocks are definitely lost in loss record 176 > of 444 > ==22493==at

[ovs-dev] [PATCH ovn] ovn-northd: Fix memory leak in case of distributed NAT.

2020-05-13 Thread Dumitru Ceara
In function get_nat_addresses(), memory reserved for c_addresses is not freed in case of distributed NAT (i.e., central_ip_address == false): ==22493== 36 bytes in 2 blocks are definitely lost in loss record 176 of 444 ==22493==at 0x4C29DAD: malloc (vg_replace_malloc.c:308) ==22493==by