mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Close file handle correctly. (#5310)
This commit is contained in:
committed by
akallabeth
parent
88b7859c87
commit
7abc86ffae
@@ -444,7 +444,7 @@ BOOL certificate_data_replace(rdpCertificateStore* certificate_store,
|
||||
|
||||
if (!data)
|
||||
{
|
||||
fclose(fp);
|
||||
CloseHandle(fp);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user