Merge pull request #951 from poixen/zone_view_crash_fix

Zone crash fix
This commit is contained in:
poixen 2015-04-12 17:57:54 +02:00
commit 1e06a971fa

View file

@ -649,6 +649,7 @@ void TabGame::actLeaveGame()
if (!replay)
sendGameCommand(Command_LeaveGame());
}
scene->clearViews();
deleteLater();
}