Windows: Ensure FreeLibrary() calls match LoadLibrary() calls
The function get_utf8_argv() was calling LoadLibrary to load msvcrt.dll but wasn't calling FreeLibrary() if GetProcAddress() fails. Patch-from: lvqcl <lvqcl.mail@gmail.com>
Please register or sign in to comment