[Radar] In expireAvatarList, use the return value of erase
This commit is contained in:
@@ -617,7 +617,7 @@ void LLFloaterAvatarList::expireAvatarList()
|
||||
else
|
||||
{
|
||||
entry->setPosition(entry->getPosition(), false, false, false, false); // Dead and gone
|
||||
mAvatars.erase(it);
|
||||
it = mAvatars.erase(it);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user