From 87f51e28e055230ca273b802d42ca751fdf279d5 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 6 Feb 2015 22:31:39 +0100 Subject: [PATCH] ltldo: cleanup temporary files * src/bin/ltldo.cc: Here. --- src/bin/ltldo.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/ltldo.cc b/src/bin/ltldo.cc index 7fcf799ed..61d7f43a8 100644 --- a/src/bin/ltldo.cc +++ b/src/bin/ltldo.cc @@ -326,6 +326,7 @@ namespace }; } f->destroy(); + spot::cleanup_tmpfiles(); ++round; return 0; }