Skip to content
GitLab
Menu
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
1a50ae3b
Commit
1a50ae3b
authored
May 02, 2012
by
Alexandre Duret-Lutz
Browse files
* src/ltlvisit/simplify.cc: Add missing call to recurse_destroy().
parent
4a9bbbaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ltlvisit/simplify.cc
View file @
1a50ae3b
...
...
@@ -1826,7 +1826,7 @@ namespace spot
if
(
c_
->
implication_neg
(
b
,
a
,
true
))
{
a
->
destroy
();
result_
=
unop
::
instance
(
unop
::
G
,
b
);
result_
=
recurse_destroy
(
unop
::
instance
(
unop
::
G
,
b
)
)
;
return
;
}
if
(
b
->
kind
()
==
formula
::
BinOp
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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