Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
263afcd2
Commit
263afcd2
authored
Nov 08, 2004
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/replayrun.cc (replay_tgba_run): Do not leak
the initial state when no valid outgoing transition is found.
parent
7afd1042
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
263afcd2
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
...
...
src/tgbaalgos/replayrun.cc
View file @
263afcd2
...
...
@@ -166,6 +166,7 @@ namespace spot
delete
s2
;
}
delete
j
;
delete
s
;
return
false
;
}
os
<<
"transition"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment