Correct memory leak in ocb-aes test

This commit is contained in:
Alex Chernyakhovsky
2022-07-05 15:27:26 -04:00
committed by Benjamin Barenblat
parent 1416e9a3c1
commit 2b7dd9efc3
+1
View File
@@ -536,6 +536,7 @@ static void test_iterative( void ) {
if ( verbose ) { if ( verbose ) {
printf( "iterative PASSED\n\n" ); printf( "iterative PASSED\n\n" );
} }
scrap_ctx( *ctx_buf );
} }
int main( int argc, char *argv[] ) int main( int argc, char *argv[] )