ltldo: cleanup temporary files

* src/bin/ltldo.cc: Here.
This commit is contained in:
Alexandre Duret-Lutz 2015-02-06 22:31:39 +01:00
parent db34207084
commit 87f51e28e0

View file

@ -326,6 +326,7 @@ namespace
}; };
} }
f->destroy(); f->destroy();
spot::cleanup_tmpfiles();
++round; ++round;
return 0; return 0;
} }