Open kelno opened 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.
list<std::string> rtis;
Destructors of classes inheriting from ChatFilter did not get called.
For example: RtiChatFilter has a member
list<std::string> rtis;
which was never destroyed.