1
0
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:
Paul Bakker
2013-07-03 13:31:52 +02:00
parent abf2f8fcf9
commit f863485fea

View File

@ -366,6 +366,8 @@ int pkcs5_self_test( int verbose )
printf( "\n" );
md_free_ctx( &sha1_ctx );
return( 0 );
}