diff --git a/server/gameserver/roommgr.cc b/server/gameserver/roommgr.cc index 2510b60..d901f24 100644 --- a/server/gameserver/roommgr.cc +++ b/server/gameserver/roommgr.cc @@ -626,7 +626,6 @@ void RoomMgr::TeamRoomTimeOut(const std::string& team_uuid) GenTeamHashData(team_uuid, team_hash), }); } - delete team_hash; team_room_hash_.erase(team_uuid); } else { a8::UdpLog::Instance()->Warning