mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 04:37:51 +00:00
k_server_session: fix crashes
This commit is contained in:
parent
8e31038129
commit
8988c3dea9
2 changed files with 1 additions and 2 deletions
|
@ -91,7 +91,7 @@ private:
|
|||
|
||||
/// List of threads which are pending a reply.
|
||||
boost::intrusive::list<KSessionRequest> m_request_list;
|
||||
KSessionRequest* m_current_request;
|
||||
KSessionRequest* m_current_request{};
|
||||
|
||||
KLightLock m_lock;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue