mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-30 17:12:00 +02: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>