You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a handful of memory leaks in Playerbot, leaking spells.
Note that the non-throwing versions of operator new should never return
nullptr (they throw an exception, typically std::bad_alloc) so we don't
have to check for that.