This commit is contained in:
Wilson Snyder 2009-12-30 07:41:21 -05:00
parent be6454193b
commit 1b8051dfe5

View File

@ -200,6 +200,9 @@ public:
m_rawAtBol = true;
m_defDepth = 0;
}
~V3PreProcImp() {
if (m_lexp) { delete m_lexp; m_lexp = NULL; }
}
};
//*************************************************************************