diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-12-09 17:08:22 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-12-09 17:08:22 +0000 |
commit | 89ce406fb710ff91a3f80d5f1ee674c09a1f7603 (patch) | |
tree | 647d9eb265828c67fcda51afa62bcfc1d747544b /protocols/Steam/src/steam_proto.h | |
parent | 4813e22b08398091946738cd324d73455f9b5b43 (diff) |
Steam: Add lock to SetStatus (attempt to fix some freeze/crash)
git-svn-id: http://svn.miranda-ng.org/main/trunk@11302 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_proto.h')
-rw-r--r-- | protocols/Steam/src/steam_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h index 47fe830eef..d3c5b65b0a 100644 --- a/protocols/Steam/src/steam_proto.h +++ b/protocols/Steam/src/steam_proto.h @@ -153,6 +153,7 @@ protected: ULONG hMessageProcess; CRITICAL_SECTION contact_search_lock; CRITICAL_SECTION requests_queue_lock; + CRITICAL_SECTION set_status_lock; LIST<QueueItem> requestsQueue; // instances |