1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Merge pull request #6434 from gilles-peskine-arm/lmots_import_export_test-memory_leak

LMS: Fix memory leak if unit test fails
This commit is contained in:
Gilles Peskine
2022-10-17 17:57:59 +02:00
committed by GitHub

View File

@ -193,6 +193,7 @@ void lmots_import_export_test ( data_t * pub_key, int expected_import_rc )
exit:
mbedtls_lmots_public_free( &ctx );
mbedtls_free( exported_pub_key );
}
/* END_CASE */