mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Cleaner test-memory cleanups
This commit is contained in:
parent
02303e8be4
commit
58ef6ec613
4 changed files with 37 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue