mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-10 16:43:47 +08:00

in file tests/suite/test_suite_aes.function, aes_crypt_xts_size() did not free the context upon the function exit. The function now frees the context on exit. Fixes #4176 Signed-off-by: JoeSubbiani <Joe.Subbiani@arm.com>