summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-06-18 21:51:30 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-06-18 21:51:30 +0300
commite503f800768d5d794ca033a89f92e5b21d7eeee3 (patch)
treee4272bc0d09e0429ddcd4ce47f104353148c15f3 /include
parent8f5c72980a4511dd125cfcfe2038dfea8294e9e1 (diff)
fixes #3561 (random crash inside chat engine)
Diffstat (limited to 'include')
-rw-r--r--include/m_chat_int.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h
index f23cce8e43..9eb1b989bb 100644
--- a/include/m_chat_int.h
+++ b/include/m_chat_int.h
@@ -168,9 +168,10 @@ struct MIR_APP_EXPORT SESSION_INFO : public MZeroedObject, public MNonCopyable
uint16_t wCommandsNum;
void* pItemData;
time_t LastTime;
+ mir_cs csLock;
CMsgDialog *pDlg;
- USERINFO *pMe;
+ USERINFO *pMe;
STATUSINFO *pStatuses;
MODULEINFO *pMI;
SESSION_INFO *pParent;