app/test-crypto-perf: fix memory leak
[dpdk.git] / app / test-crypto-perf / cperf_test_verify.c
index a314646..5221f22 100644 (file)
@@ -386,6 +386,7 @@ cperf_verify_op(struct rte_crypto_op *op,
                                        options->digest_sz);
        }
 
+       rte_free(data);
        return !!res;
 }