Signed-off-by: Codarren Velvindron <codar...@hackers.mu>
---
 crypto/tcrypt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c
index 9a11f3c..48a721c 100644
--- a/crypto/tcrypt.c
+++ b/crypto/tcrypt.c
@@ -384,7 +384,7 @@ static void test_aead_speed(const char *algo, int enc, 
unsigned int secs,
 out_noaxbuf:
        testmgr_free_buf(xbuf);
 out_noxbuf:
-       kfree(iv);
+       kzfree(iv);
        return;
 }
 
-- 
2.7.4

Reply via email to