* src/tgbaalgos/replayrun.cc (replay_tgba_run): Do not leak
the initial state when no valid outgoing transition is found.
This commit is contained in:
parent
7afd10420a
commit
263afcd22a
2 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2004-11-08 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* src/tgbaalgos/replayrun.cc (replay_tgba_run): Do not leak
|
||||
the initial state when no valid outgoing transition is found.
|
||||
|
||||
* src/tgbaparse/tgbaparse.yy: Add `%destructor's so the parser
|
||||
does not leak on errors.
|
||||
* src/tgbatest/ltl2tgba.cc: Free the automata if it could not be
|
||||
|
|
|
|||
|
|
@ -166,6 +166,7 @@ namespace spot
|
|||
delete s2;
|
||||
}
|
||||
delete j;
|
||||
delete s;
|
||||
return false;
|
||||
}
|
||||
os << "transition";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue