mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-22 00:42:04 +02:00
Fix crash in liblastfm2 on windows.
This commit is contained in:
parent
8ca392464e
commit
e2698fecce
@ -36,10 +36,12 @@ struct IeSettings : WINHTTP_CURRENT_USER_IE_PROXY_CONFIG
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef WIN32
|
||||
~IeSettings()
|
||||
{
|
||||
if (lpszAutoConfigUrl) GlobalFree(lpszAutoConfigUrl);
|
||||
if (lpszProxy) GlobalFree(lpszProxy);
|
||||
if (lpszProxyBypass) GlobalFree(lpszProxyBypass);
|
||||
}
|
||||
#endif
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user