> -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Thursday, April 26, 2018 4:10 PM > To: Zhang, Roy Fan <roy.fan.zh...@intel.com> > Cc: dev@dpdk.org; De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; > sta...@dpdk.org > Subject: [PATCH 2/2] crypto/scheduler: fix memory leak > > If private context creation fails, the memory allocated for it and for some of > the rings created was being leaked. > In case of failure, it must be freed. > > Fixes: 4c07e0552f0a ("crypto/scheduler: add multicore scheduling mode") > Cc: sta...@dpdk.org > > Signed-off-by: Pablo de Lara <pablo.de.lara.gua...@intel.com> >
Acked-by: Fan Zhang <roy.fan.zh...@intel.com>