fix dtors not being called, leading to crashes
This commit is contained in:
@@ -18,6 +18,7 @@ public:
|
|||||||
vector<CString> m_vsReloadRowMessages; // refresh this row on on these messages
|
vector<CString> m_vsReloadRowMessages; // refresh this row on on these messages
|
||||||
|
|
||||||
OptionRowHandler::OptionRowHandler() { Init(); }
|
OptionRowHandler::OptionRowHandler() { Init(); }
|
||||||
|
virtual ~OptionRowHandler() { }
|
||||||
virtual void Init()
|
virtual void Init()
|
||||||
{
|
{
|
||||||
m_sName = "";
|
m_sName = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user