2015-03-17 13:12, Tetsuya Mukawa: > 'struct rte_kvargs' is allocated in rte_kvargs_parse(), and should be > freed with rte_kvargs_free(). > This patch fixes memory leaks of 'struct rte_kvargs' in below PMDs. > - pcap PMD > - null PMD > > Reported-by: Mcnamara, John <john.mcnamara at intel.com> > Signed-off-by: Tetsuya Mukawa <mukawa at igel.co.jp>
Split and applied, thanks