[Proxy] Correctly release steam handles
This commit is contained in:
parent
e71409da28
commit
cd6c35861d
@ -318,10 +318,10 @@ namespace Steam
|
|||||||
{
|
{
|
||||||
if (Proxy::SteamUser)
|
if (Proxy::SteamUser)
|
||||||
{
|
{
|
||||||
//Proxy::SteamClient->ReleaseUser(Proxy::SteamPipe, Proxy::SteamUser);
|
Proxy::SteamClient->ReleaseUser(Proxy::SteamPipe, Proxy::SteamUser);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Proxy::SteamClient->ReleaseSteamPipe(Proxy::SteamPipe);
|
Proxy::SteamClient->ReleaseSteamPipe(Proxy::SteamPipe);
|
||||||
}
|
}
|
||||||
|
|
||||||
Proxy::Client = ::Utils::Library();
|
Proxy::Client = ::Utils::Library();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user