Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
refs: split filesystem-based refs code into a new file
[gitweb.git]
/
daemon.c
diff --git
a/daemon.c
b/daemon.c
index 56679a15fee533a29168b92ecc0f18f68f919085..be70cd4da09ccab8850be41e19b0fc4b9a10f502 100644
(file)
--- a/
daemon.c
+++ b/
daemon.c
@@
-802,6
+802,7
@@
static void check_dead_children(void)
/* remove the child */
*cradle = blanket->next;
live_children--;
+ child_process_clear(&blanket->cld);
free(blanket);
} else
cradle = &blanket->next;