mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 13:20:21 +00:00
Fixed memory leak in new x509parse test
This commit is contained in:
parent
c680405135
commit
a2ffccd09f
@ -241,7 +241,7 @@ void x509_crt_parse_path( char *crt_path, int ret, int nb_crt )
|
|||||||
|
|
||||||
TEST_ASSERT( i == nb_crt );
|
TEST_ASSERT( i == nb_crt );
|
||||||
|
|
||||||
x509_crt_init( &chain );
|
x509_crt_free( &chain );
|
||||||
}
|
}
|
||||||
/* END_CASE */
|
/* END_CASE */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user