Core/Group: Fix memory leak

Fix memory leak happening when disbanding a group with an ongoing roll.
Please note this is not blizz-like but at least we don't leak memory anymore.
This commit is contained in:
jackpoz
2019-02-02 21:51:04 +01:00
parent c40c60572c
commit f04e90f638

View File

@@ -794,7 +794,7 @@ void Group::Disband(bool hideDestroy /* = false */)
_homebindIfInstance(player);
}
RollId.clear();
m_memberSlots.clear();
RemoveAllInvites();