mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-21 21:31:11 +00:00
Fix memory leak in PKCS#5 test suite
This commit is contained in:
parent
3c17460a1f
commit
309c798b2b
|
@ -35,5 +35,7 @@ pbkdf2_hmac:hash:hex_password_string:hex_salt_string:it_cnt:key_len:result_key_s
|
|||
|
||||
hexify( dst_str, key, {key_len} );
|
||||
TEST_ASSERT( strcmp( (char *) dst_str, {result_key_string} ) == 0 );
|
||||
|
||||
md_free_ctx( &ctx );
|
||||
}
|
||||
END_CASE
|
||||
|
|
Loading…
Reference in a new issue