[dpdk-dev] [PATCH v3] crypto: fix memory leak

2016-07-22 Thread Thomas Monjalon
2016-07-18 14:21, Pablo de Lara: > When parsing the parameters for virtual device initialization, > rte_kvargs structure was being freed only if there was an error, > not when parsing was successful. > > Coverity issue: 124568 > > Fixes: f3e764fa2fb7 ("cryptodev: uninline parameter parsing") > >

[dpdk-dev] [PATCH v3] crypto: fix memory leak

2016-07-18 Thread Pablo de Lara
When parsing the parameters for virtual device initialization, rte_kvargs structure was being freed only if there was an error, not when parsing was successful. Coverity issue: 124568 Fixes: f3e764fa2fb7 ("cryptodev: uninline parameter parsing") Signed-off-by: Pablo de Lara Acked-by: Reshma Pat