Properly free memory and print logs
* src/tgbatest/ltl2tgba.cc: Properly free memory * src/taalgos/tgba2ta.cc, src/taalgos/emptinessta.cc: print logs
This commit is contained in:
parent
83e7f0fa18
commit
422bb842bf
3 changed files with 34 additions and 5 deletions
|
|
@ -1136,7 +1136,9 @@ main(int argc, char** argv)
|
|||
}
|
||||
|
||||
delete testing_automata_nm;
|
||||
delete testing_automata;
|
||||
//delete testing_automata;
|
||||
a = 0;
|
||||
degeneralized = 0;
|
||||
output = -1;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue