mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 09:12:22 -05:00
close the handle before returning (XhmikosR and sansnom05)
This commit is contained in:
parent
1759dc27ca
commit
299e90b418
@ -57,13 +57,11 @@ check_version ()
|
||||
buffer[dwRead] = 0;
|
||||
}
|
||||
|
||||
return buffer;
|
||||
|
||||
InternetCloseHandle (hFile);
|
||||
return buffer;
|
||||
}
|
||||
|
||||
InternetCloseHandle (hINet);
|
||||
|
||||
return "Unknown";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user