mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 09:12:22 -05:00
oops, accidentally re-introduced the memory leak
This commit is contained in:
parent
ee4007a7d1
commit
0f90e6314a
@ -56,14 +56,12 @@ check_version ()
|
||||
}
|
||||
buffer[dwRead] = 0;
|
||||
}
|
||||
|
||||
return buffer;
|
||||
|
||||
InternetCloseHandle (hFile);
|
||||
return buffer;
|
||||
}
|
||||
|
||||
InternetCloseHandle (hINet);
|
||||
|
||||
return "Unknown";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user