mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-14 09:36:39 -04: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} );
|
hexify( dst_str, key, {key_len} );
|
||||||
TEST_ASSERT( strcmp( (char *) dst_str, {result_key_string} ) == 0 );
|
TEST_ASSERT( strcmp( (char *) dst_str, {result_key_string} ) == 0 );
|
||||||
|
|
||||||
|
md_free_ctx( &ctx );
|
||||||
}
|
}
|
||||||
END_CASE
|
END_CASE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user