crypto/dpaa2_sec: fix free usage for dpsec
authorAkhil Goyal <akhil.goyal@nxp.com>
Wed, 12 Jul 2017 12:34:41 +0000 (18:04 +0530)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Wed, 19 Jul 2017 11:10:40 +0000 (14:10 +0300)
dpseci is allocated using rte_calloc() but it is freed
using free(). Fixing it to use rte_free()

Fixes: e5cbdfc53765 ("crypto/dpaa2_sec: add basic operations")
Cc: stable@dpdk.org
Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>

No differences found