* src/ltlvisit/simplify.cc: Add missing call to recurse_destroy().

This commit is contained in:
Alexandre Duret-Lutz 2012-05-02 12:06:23 +02:00
parent 4a9bbbafe2
commit 1a50ae3bf8

View file

@ -1826,7 +1826,7 @@ namespace spot
if (c_->implication_neg(b, a, true))
{
a->destroy();
result_ = unop::instance(unop::G, b);
result_ = recurse_destroy(unop::instance(unop::G, b));
return;
}
if (b->kind() == formula::BinOp)