From 7482b7ad0f60724e593a8919783444ef79f4c79e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 31 Aug 2014 17:04:02 -0600 Subject: Rename kfree to kmm_free for consistency with other naming conventions --- nuttx/crypto/testmngr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/crypto/testmngr.c') diff --git a/nuttx/crypto/testmngr.c b/nuttx/crypto/testmngr.c index d307599d0..464f0fdc0 100644 --- a/nuttx/crypto/testmngr.c +++ b/nuttx/crypto/testmngr.c @@ -70,7 +70,7 @@ static int do_test_aes(FAR struct cipher_testvec* test, int mode, int encrypt) res = memcmp(out, test->result, test->rlen); } - kfree(out); + kmm_free(out); return res; } -- cgit v1.2.3