mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-07-06 15:10:34 +00:00
Fix resource leak of file desc in test code
This commit is contained in:
parent
e26f79ba67
commit
97a184ba84
|
@ -144,6 +144,7 @@ static int redirect_output( FILE** out_stream, const char* path )
|
||||||
|
|
||||||
if( *out_stream == NULL )
|
if( *out_stream == NULL )
|
||||||
{
|
{
|
||||||
|
close( stdout_fd );
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue