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
38a1fada
Commit
38a1fada
authored
Jan 21, 2010
by
Alexandre Duret-Lutz
Browse files
* src/ltltest/reduc.cc (main): Fix harmless memory leak introduced
today.
parent
bfadcf80
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
38a1fada
2010-01-21 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/ltltest/reduc.cc (main): Fix harmless memory leak introduced
today.
2010-01-21 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Fix taa_tgba_formula's destructor.
...
...
src/ltltest/reduc.cc
View file @
38a1fada
...
...
@@ -284,6 +284,7 @@ main(int argc, char** argv)
float
after
=
sum_after
;
std
::
cout
<<
"gain: "
<<
(
1
-
(
after
/
before
))
*
100
<<
"%"
<<
std
::
endl
;
delete
fin
;
}
assert
(
spot
::
ltl
::
atomic_prop
::
instance_count
()
==
0
);
...
...
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