* 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
|
|
@ -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