> > > > > > The release function was using qp->stream after already releasing it and > > > the > > > null pointer checking was missing. > > > > > > Also since rte_free(NULL) is a no-op, remove unnecessary checks for NULL. > > > > > > Coverity issure: 340860 > > > Fixes: dc49e6aa4879 ("compress/isal: add ISA-L compression functionality") > > > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > > > --- > Acked-by: Lee Daly <lee.d...@intel.com> > Acked-by: Fiona Trahe <fiona.tr...@intel.com>
Applied to dpdk-next-crypto Thanks.