* src/ltlvisit/simplify.cc: Add missing call to recurse_destroy().
This commit is contained in:
parent
4a9bbbafe2
commit
1a50ae3bf8
1 changed files with 1 additions and 1 deletions
|
|
@ -1826,7 +1826,7 @@ namespace spot
|
||||||
if (c_->implication_neg(b, a, true))
|
if (c_->implication_neg(b, a, true))
|
||||||
{
|
{
|
||||||
a->destroy();
|
a->destroy();
|
||||||
result_ = unop::instance(unop::G, b);
|
result_ = recurse_destroy(unop::instance(unop::G, b));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (b->kind() == formula::BinOp)
|
if (b->kind() == formula::BinOp)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue