diff options
Diffstat (limited to 'protocols/Discord/src/connection.cpp')
-rw-r--r-- | protocols/Discord/src/connection.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Discord/src/connection.cpp b/protocols/Discord/src/connection.cpp index 2e740ba4c1..2fe771c0ed 100644 --- a/protocols/Discord/src/connection.cpp +++ b/protocols/Discord/src/connection.cpp @@ -89,6 +89,8 @@ void CDiscordProto::ShutdownSession() debugLogA("CDiscordProto::ShutdownSession");
// shutdown all resources
+ if (pMfaDialog)
+ pMfaDialog->Close();
if (m_hWorkerThread)
SetEvent(m_evRequestsQueue);
if (m_hGatewayConnection)
|