mirror of
https://github.com/pocketpy/pocketpy
synced 2025-12-07 18:50:19 +00:00
Merge branch 'v2.0' of https://github.com/pocketpy/pocketpy into v2.0
This commit is contained in:
commit
8bc4427c7c
@ -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