1
0
Fork 0

Fixed a memory leak in CompositeChat.

This commit is contained in:
madmaxoft 2014-02-17 10:15:18 +01:00
parent ea55a22a71
commit a4ff63f223
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ public:
AString m_Style;
cBasePart(ePartType a_PartType, const AString & a_Text, const AString & a_Style = "");
// Force a virtual destructor in descendants
virtual ~cBasePart() {}
} ;
class cTextPart :