> -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Monday, July 18, 2016 1:47 PM > To: dev at dpdk.org > Cc: Doherty, Declan <declan.doherty at intel.com>; Pattan, Reshma > <reshma.pattan at intel.com>; De Lara Guarch, Pablo > <pablo.de.lara.guarch at intel.com> > Subject: [PATCH v2] crypto: fix memory leak > > 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 <pablo.de.lara.guarch at intel.com>
Acked-by: Reshma Pattan <reshma.pattan at intel.com>