summaryrefslogtreecommitdiff
path: root/job.c
diff options
context:
space:
mode:
Diffstat (limited to 'job.c')
-rw-r--r--job.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/job.c b/job.c
index 7a86cd9..1e77041 100644
--- a/job.c
+++ b/job.c
@@ -644,8 +644,8 @@ start_waiting_job (c)
break;
case cs_finished:
- free_child (c);
notice_finished_file (c->file);
+ free_child (c);
break;
default: