summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/connection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Discord/src/connection.cpp')
-rw-r--r--protocols/Discord/src/connection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Discord/src/connection.cpp b/protocols/Discord/src/connection.cpp
index 8c491d5a65..208bb1be79 100644
--- a/protocols/Discord/src/connection.cpp
+++ b/protocols/Discord/src/connection.cpp
@@ -78,6 +78,7 @@ void CDiscordProto::OnLoggedOut()
m_bOnline = false;
m_bTerminated = true;
m_iGatewaySeq = 0;
+ m_szTempToken = nullptr;
m_szCookie.Empty();
m_impl.m_heartBeat.StopSafe();