[dpdk-dev] [PATCH] af_packet: fix minor memory leak of kvlist in dev init

2015-03-06 Thread Mcnamara, John
Superseded by http://dpdk.org/ml/archives/dev/2015-February/014438.html

[dpdk-dev] [PATCH] af_packet: fix minor memory leak of kvlist in dev init

2015-02-23 Thread John McNamara
Fix for Klockwork identified issue. Signed-off-by: John McNamara --- lib/librte_pmd_af_packet/rte_eth_af_packet.c | 11 --- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/lib/librte_pmd_af_packet/rte_eth_af_packet.c b/lib/librte_pmd_af_packet/rte_eth_af_packet.c index