´
This commit is contained in:
parent
d8486422ea
commit
1db207497b
@ -20,10 +20,11 @@ namespace Steam
|
||||
|
||||
void Proxy::Uninititalize()
|
||||
{
|
||||
if (Proxy::Client) FreeLibrary(Proxy::Client);
|
||||
// Freeing libraries causes crashes
|
||||
//if (Proxy::Client) FreeLibrary(Proxy::Client);
|
||||
Proxy::Client = nullptr;
|
||||
|
||||
if (Proxy::Overlay) FreeLibrary(Proxy::Overlay);
|
||||
//if (Proxy::Overlay) FreeLibrary(Proxy::Overlay);
|
||||
Proxy::Overlay = nullptr;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user