mirror of
https://github.com/verilator/verilator.git
synced 2025-04-16 01:26:54 +00:00
Leak fix
This commit is contained in:
parent
be6454193b
commit
1b8051dfe5
@ -200,6 +200,9 @@ public:
|
||||
m_rawAtBol = true;
|
||||
m_defDepth = 0;
|
||||
}
|
||||
~V3PreProcImp() {
|
||||
if (m_lexp) { delete m_lexp; m_lexp = NULL; }
|
||||
}
|
||||
};
|
||||
|
||||
//*************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user