* src/bin/ltlfilt.cc: Destroy equivalent_to, implied_by, and imply.
This commit is contained in:
parent
2e7711a322
commit
35e16a0b9a
1 changed files with 7 additions and 0 deletions
|
|
@ -354,6 +354,13 @@ namespace
|
|||
fset_t::iterator i = unique_set.begin();
|
||||
while (i != unique_set.end())
|
||||
(*i++)->destroy();
|
||||
|
||||
if (equivalent_to)
|
||||
equivalent_to->destroy();
|
||||
if (implied_by)
|
||||
implied_by->destroy();
|
||||
if (imply)
|
||||
imply->destroy();
|
||||
}
|
||||
|
||||
ltl_processor(spot::ltl::ltl_simplifier& simpl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue