* src/ltltest/reduc.cc (main): Fix harmless memory leak introduced

today.
This commit is contained in:
Alexandre Duret-Lutz 2010-01-21 16:56:44 +01:00
parent bfadcf8021
commit 38a1fadaa0
2 changed files with 6 additions and 0 deletions

View file

@ -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);