diff pidgin/gtkmain.c @ 15745:8e24d43f529a

Comments
author Mark Doliner <mark@kingant.net>
date Thu, 01 Mar 2007 08:26:07 +0000
parents 4a43f3d0cdc3
children 84b0f9b23ede
line wrap: on
line diff
--- 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()