Signed-off-by: Pirabarlen-Cheenaramen <sel...@hackers.mu>
---
 crypto/testmgr.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index cd075c7..0af2e16 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -953,8 +953,8 @@ static int __test_aead(struct crypto_aead *tfm, int enc,
 out_noaxbuf:
        testmgr_free_buf(xbuf);
 out_noxbuf:
-       kfree(key);
-       kfree(iv);
+       kzfree(key);
+       kzfree(iv);
        return ret;
 }
 
-- 
1.9.1

Reply via email to