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
35e16a0b
Commit
35e16a0b
authored
Apr 05, 2013
by
Alexandre Duret-Lutz
Browse files
* src/bin/ltlfilt.cc: Destroy equivalent_to, implied_by, and imply.
parent
2e7711a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/ltlfilt.cc
View file @
35e16a0b
...
...
@@ -354,6 +354,13 @@ namespace
fset_t
::
iterator
i
=
unique_set
.
begin
();
while
(
i
!=
unique_set
.
end
())
(
*
i
++
)
->
destroy
();
if
(
equivalent_to
)
equivalent_to
->
destroy
();
if
(
implied_by
)
implied_by
->
destroy
();
if
(
imply
)
imply
->
destroy
();
}
ltl_processor
(
spot
::
ltl
::
ltl_simplifier
&
simpl
)
...
...
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