Formerly job.c.~79~
authorRoland McGrath <roland@redhat.com>
Tue, 7 Jul 1992 23:12:46 +0000 (23:12 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 7 Jul 1992 23:12:46 +0000 (23:12 +0000)
job.c

diff --git a/job.c b/job.c
index 7a86cd9..1e77041 100644 (file)
--- 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: