* src/tgbatest/ltl2tgba.cc (main): Delete the accepting run

even if it hasn't been printed.
This commit is contained in:
Alexandre Duret-Lutz 2010-12-01 08:38:47 +01:00
parent 75a24111da
commit 487c4ac48c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-12-01 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbatest/ltl2tgba.cc (main): Delete the accepting run
even if it hasn't been printed.
2010-11-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Rationalize options for counter-example output.

View file

@ -1188,9 +1188,9 @@ main(int argc, char** argv)
{
spot::print_tgba_run(std::cout, a, run);
}
delete run;
tm.stop("printing accepting run");
}
delete run;
}
}
else