mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-12 23:11:12 +00:00
Remove memory leak in PKCS#5 self test
This commit is contained in:
parent
abf2f8fcf9
commit
f863485fea
@ -366,6 +366,8 @@ int pkcs5_self_test( int verbose )
|
||||
|
||||
printf( "\n" );
|
||||
|
||||
md_free_ctx( &sha1_ctx );
|
||||
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user