[dpdk-dev] [PATCH v2] pcap, null: Fix memory leaks of 'struct rte_kvargs'

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Mar 17 22:58:52 CET 2015


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



More information about the dev mailing list