Leak fix
This commit is contained in:
parent
be6454193b
commit
1b8051dfe5
|
|
@ -200,6 +200,9 @@ public:
|
||||||
m_rawAtBol = true;
|
m_rawAtBol = true;
|
||||||
m_defDepth = 0;
|
m_defDepth = 0;
|
||||||
}
|
}
|
||||||
|
~V3PreProcImp() {
|
||||||
|
if (m_lexp) { delete m_lexp; m_lexp = NULL; }
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
//*************************************************************************
|
//*************************************************************************
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue