mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
game list mutex in S_PH
This commit is contained in:
parent
2d8b12a576
commit
9933b219a9
4 changed files with 21 additions and 5 deletions
|
|
@ -18,6 +18,7 @@ Server_Player::Server_Player(Server_Game *_game, int _playerId, ServerInfo_User
|
|||
Server_Player::~Server_Player()
|
||||
{
|
||||
QMutexLocker locker(&game->gameMutex);
|
||||
QMutexLocker locker2(&playerMutex);
|
||||
|
||||
delete deck;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue