pidgin/gtkmain.c

changeset 15808
83edc64101c2
parent 15738
bae4525ef95e
child 15883
969b74a3e27a
--- a/pidgin/gtkmain.c	Thu Mar 01 08:00:19 2007 +0000
+++ b/pidgin/gtkmain.c	Thu Mar 01 08:26:07 2007 +0000
@@ -171,6 +171,11 @@
  * function that can be called by applications to disable forking
  * during initialization.  But it's not in 0.10.0, so we shouldn't
  * use it.
+ *
+ * All of this child process reaping stuff is currently only used for
+ * processes that were forked to play sounds.  It's not needed for
+ * forked DNS child, which have their own waitpid() call.  It might
+ * be wise to move this code into gtksound.c.
  */
 static void
 clean_pid()

mercurial