aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/im-sandbox.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c
index ad27641b..f8913f0a 100644
--- a/src/im-sandbox.c
+++ b/src/im-sandbox.c
@@ -869,6 +869,11 @@ static void delete_temporary_folder(const char *tmpdir, int n_proc)
path = calloc(len+64, 1);
if ( (workerdir == NULL) || (path == NULL) ) return;
+ snprintf(path, 127, "%s/mosflm.lp", tmpdir);
+ unlink(path);
+ snprintf(path, 127, "%s/SUMMARY", tmpdir);
+ unlink(path);
+
for ( slot=0; slot<n_proc; slot++ ) {
struct stat s;