mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Remove memory leak in PKCS#5 self test
This commit is contained in:
@ -366,6 +366,8 @@ int pkcs5_self_test( int verbose )
|
||||
|
||||
printf( "\n" );
|
||||
|
||||
md_free_ctx( &sha1_ctx );
|
||||
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user