mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00:00
Fixed memory leak in new x509parse test
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user