bin: plug several memory leaks
* src/bin/ltl2tgba.cc, src/bin/ltl2tgta.cc: Destroy the translated formulas. * src/bin/ltlcheck.cc, src/bin/ltlfilt.cc: Free the unicity table on exit.
This commit is contained in:
parent
9f1d369563
commit
d9ceb4adc4
4 changed files with 22 additions and 6 deletions
|
|
@ -229,6 +229,7 @@ namespace
|
|||
}
|
||||
|
||||
delete aut;
|
||||
f->destroy();
|
||||
flush_cout();
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue