summaryrefslogtreecommitdiff
path: root/nuttx/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/crypto')
-rw-r--r--nuttx/crypto/testmngr.c2
1 files changed, 1 insertions, 1 deletions
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;
}