Cleaner test-memory cleanups

This commit is contained in:
Paul Bakker 2013-01-03 11:33:48 +01:00
parent 02303e8be4
commit 58ef6ec613
4 changed files with 37 additions and 0 deletions

View file

@ -39,6 +39,8 @@ debug_print_crt:crt_file:file:line:prefix:result_str
debug_print_crt( &ssl, 0, {file}, {line}, {prefix}, &crt);
TEST_ASSERT( strcmp( buffer.buf, {result_str} ) == 0 );
x509_free( &crt );
}
END_CASE