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:
Ala-Eddine Ben-Salem 2011-08-31 18:32:25 +02:00 committed by Alexandre Duret-Lutz
parent 83e7f0fa18
commit 422bb842bf
3 changed files with 34 additions and 5 deletions

View file

@ -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;
}