Missing VL_DO_DANGLING

Signed-off-by: Bartłomiej Chmiel <bchmiel@antmicro.com>
This commit is contained in:
Bartłomiej Chmiel 2025-11-06 10:13:58 +01:00
parent 4ea29d7069
commit 1528a02395
No known key found for this signature in database
GPG Key ID: AF7A8DBF070764A4
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ public:
processVtx(&vtx);
AstSExpr* const propp = VN_AS(dVtxp->nodep(), SExpr);
propp->replaceWith(m_pexprp);
propp->deleteTree();
VL_DO_DANGLING(propp->deleteTree(), propp);
}
}
}