Zhang Yiqun 4a99e6a104 crypto: tcrypt - Fix multibuffer skcipher speed test mem leak
[ Upstream commit 1aa33fc8d4032227253ceb736f47c52b859d9683 ]

In the past, the data for mb-skcipher test has been allocated
twice, that means the first allcated memory area is without
free, which may cause a potential memory leakage. So this
patch is to remove one allocation to fix this error.

Fixes: e161c5930c15 ("crypto: tcrypt - add multibuf skcipher...")
Signed-off-by: Zhang Yiqun <zhangyiqun@phytium.com.cn>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-01-14 10:15:50 +01:00
..
2020-08-28 16:58:28 +10:00
2020-09-11 14:39:16 +10:00
2022-06-22 14:13:18 +02:00
2022-06-22 14:13:18 +02:00
2020-02-28 08:43:21 +08:00
2021-07-14 16:56:06 +02:00