1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Free psa crypto at the end of programs when initialized

Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
Przemek Stekiel
2023-04-19 10:15:26 +02:00
parent af48f3cf8e
commit c4ddf92986
15 changed files with 21 additions and 13 deletions

View File

@ -1017,6 +1017,8 @@ int main(int argc, char *argv[])
printf("Finished. No valid base64 code found\n");
}
mbedtls_psa_crypto_free();
return 0;
}