mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Fix crash in liblastfm2 on windows.
This commit is contained in:
@@ -36,10 +36,12 @@ struct IeSettings : WINHTTP_CURRENT_USER_IE_PROXY_CONFIG
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef WIN32
|
||||||
~IeSettings()
|
~IeSettings()
|
||||||
{
|
{
|
||||||
if (lpszAutoConfigUrl) GlobalFree(lpszAutoConfigUrl);
|
if (lpszAutoConfigUrl) GlobalFree(lpszAutoConfigUrl);
|
||||||
if (lpszProxy) GlobalFree(lpszProxy);
|
if (lpszProxy) GlobalFree(lpszProxy);
|
||||||
if (lpszProxyBypass) GlobalFree(lpszProxyBypass);
|
if (lpszProxyBypass) GlobalFree(lpszProxyBypass);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user