]> git.ipfire.org Git - thirdparty/make.git/commitdiff
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 7a86cd9052f49e9799829d84c284e737112e3a8f..1e7704131c97de079b15b6a16d8b93c943c66e85 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: