Fixed a memory leak in CompositeChat.
parent
ea55a22a71
commit
a4ff63f223
|
@ -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 :
|
||||
|
|
Loading…
Reference in New Issue