* src/tgbatest/ltl2tgba.cc (main): Delete the reduced automaton
before the degeneralized automaton.
This commit is contained in:
parent
98236cf656
commit
7753938fe9
2 changed files with 6 additions and 1 deletions
|
|
@ -759,8 +759,8 @@ main(int argc, char** argv)
|
|||
delete product_to_free;
|
||||
delete system;
|
||||
delete expl;
|
||||
delete degeneralized;
|
||||
delete aut_red;
|
||||
delete degeneralized;
|
||||
delete to_free;
|
||||
delete echeck_inst;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue