Commit 1e06a971 authored by poixen's avatar poixen
Browse files

Merge pull request #951 from poixen/zone_view_crash_fix

Zone crash fix
parents 4c66ef03 379ceeec
......@@ -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