mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
more mutexes
This commit is contained in:
parent
51269f4b91
commit
eca941201d
5 changed files with 16 additions and 4 deletions
|
|
@ -9,6 +9,7 @@ LocalServerInterface::LocalServerInterface(LocalServer *_server)
|
|||
|
||||
LocalServerInterface::~LocalServerInterface()
|
||||
{
|
||||
server->removeClient(this);
|
||||
}
|
||||
|
||||
void LocalServerInterface::sendProtocolItem(ProtocolItem *item, bool deleteItem)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue