"cockatrice/git@gitlab.completext.com:quzar/Cockatrice.git" did not exist on "6470e1fd10b88185554cefca141e0b816124d163"
Commit 379ceeec authored by Matt Lowe's avatar Matt Lowe
Browse files

Zone crash fix

Related to #808

When closing the app/game tab with a zone revealed the client will
crash. This was due to the zones not being deleted.
parent 4c66ef03
......@@ -649,6 +649,7 @@ void TabGame::actLeaveGame()
if (!replay)
sendGameCommand(Command_LeaveGame());
}
scene->clearViews();
deleteLater();
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment