* src/tgbatest/ltl2tgba.cc (main): Delete the accepting run
even if it hasn't been printed.
This commit is contained in:
parent
75a24111da
commit
487c4ac48c
2 changed files with 6 additions and 1 deletions
|
|
@ -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>
|
2010-11-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
Rationalize options for counter-example output.
|
Rationalize options for counter-example output.
|
||||||
|
|
|
||||||
|
|
@ -1188,9 +1188,9 @@ main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
spot::print_tgba_run(std::cout, a, run);
|
spot::print_tgba_run(std::cout, a, run);
|
||||||
}
|
}
|
||||||
delete run;
|
|
||||||
tm.stop("printing accepting run");
|
tm.stop("printing accepting run");
|
||||||
}
|
}
|
||||||
|
delete run;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue