mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-22 13:41:04 +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 );
|
||||
|
||||
x509_crt_init( &chain );
|
||||
x509_crt_free( &chain );
|
||||
}
|
||||
/* END_CASE */
|
||||
|
||||
|
|
Loading…
Reference in a new issue