ike3 / mangosbot

This is a modification of MaNGOS (Zero, One, R2, Trinity) server which brings a number of bots online and available for any player. Also allows you to use your account/guild characters as bots.
http://ike3.github.io/mangosbot-docs/
GNU General Public License v2.0
182 stars 77 forks source link

Fixed one memory leak #90

Open kelno opened 6 years ago

kelno commented 6 years ago

Destructors of classes inheriting from ChatFilter did not get called.

For example: RtiChatFilter has a member list<std::string> rtis; which was never destroyed.