destructor fix
This commit is contained in:
parent
0c309ad658
commit
d9e6712b64
|
@ -67,7 +67,7 @@ struct Expr {
|
|||
|
||||
// Interesting side-effect:
|
||||
// Making the destructor virtual used to cause segmentation faults
|
||||
Expr();
|
||||
~Expr();
|
||||
|
||||
ExprType type;
|
||||
|
||||
|
|
Loading…
Reference in New Issue