changeset 1487:d2c7a7352748

Backed out changeset 97914b65790a This doesn't work because due to some weird necessary voodoo everything breaks if we try to reap zombie threads. I love you Curl, I really do.
author William Pitcock <nenolod@atheme-project.org>
date Mon, 13 Aug 2007 06:07:58 -0500
parents 97914b65790a
children ae78c9753da8
files src/curl/curl.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/curl/curl.c	Mon Aug 13 02:42:21 2007 -0500
+++ b/src/curl/curl.c	Mon Aug 13 06:07:58 2007 -0500
@@ -518,7 +518,6 @@
   g_cond_signal(handle->curl_cond);
   handle->thread = NULL;
 
-  g_thread_exit(NULL);
   return NULL;
 }