Re: [ovs-dev] [PATCH 1/8] ofproto: Fix memory leak in handle_tlv_table_mod()

2017-04-23 Thread Ben Pfaff
On Fri, Apr 07, 2017 at 02:43:39PM -0700, Yi-Hung Wei wrote: > In testcase "tunnel - Geneve metadata", valgrind reports a memory leak with > the following call stack. > xcalloc (util.c:95) > tun_metadata_alloc (tun-metadata.c:89) > tun_metadata_table_mod (tun-metadata.c:175) > handl

[ovs-dev] [PATCH 1/8] ofproto: Fix memory leak in handle_tlv_table_mod()

2017-04-07 Thread Yi-Hung Wei
In testcase "tunnel - Geneve metadata", valgrind reports a memory leak with the following call stack. xcalloc (util.c:95) tun_metadata_alloc (tun-metadata.c:89) tun_metadata_table_mod (tun-metadata.c:175) handle_tlv_table_mod (ofproto.c:7856) handle_openflow__ (ofproto.c:8036)