mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-22 12:30:19 +00:00
Update expr.hpp
This commit is contained in:
parent
1c053af8d1
commit
a53d6f1621
@ -52,7 +52,7 @@ struct Expr {
|
|||||||
|
|
||||||
inline void delete_expr(Expr* p) noexcept{
|
inline void delete_expr(Expr* p) noexcept{
|
||||||
if(!p) return;
|
if(!p) return;
|
||||||
p->Expr::~Expr();
|
p->~Expr();
|
||||||
PoolExpr_dealloc(p);
|
PoolExpr_dealloc(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user