From 939048b7ebce6a70c8e243fec36983de7d931e8b Mon Sep 17 00:00:00 2001 From: aunsane Date: Fri, 29 Dec 2017 16:03:42 +0300 Subject: Steam: fix high CPU usage --- protocols/Steam/src/steam_login.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Steam/src/steam_login.cpp') diff --git a/protocols/Steam/src/steam_login.cpp b/protocols/Steam/src/steam_login.cpp index 3375a128d5..def14a9d26 100644 --- a/protocols/Steam/src/steam_login.cpp +++ b/protocols/Steam/src/steam_login.cpp @@ -75,8 +75,8 @@ bool CSteamProto::Relogin() void CSteamProto::LogOut() { isTerminated = true; - if (hRequestQueueThread) - SetEvent(hRequestsQueueEvent); + if (m_hRequestQueueThread) + SetEvent(m_hRequestsQueueEvent); ptrA token(getStringA("TokenSecret")); if (mir_strlen(token) > 0) -- cgit v1.2.3