* src/ltltest/reduc.cc (main): Fix harmless memory leak introduced
today.
This commit is contained in:
parent
bfadcf8021
commit
38a1fadaa0
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue