mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 07:45:43 +01: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 New Issue
Block a user