mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-29 09:27:01 +00:00
Merge remote-tracking branch 'public/pr/2232' into mbedtls-2.16
This commit is contained in:
commit
4d60477a33
|
@ -342,6 +342,7 @@ static int redirect_output( FILE** out_stream, const char* path )
|
|||
|
||||
if( *out_stream == NULL )
|
||||
{
|
||||
close( stdout_fd );
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue