Removed the munmap for now
authorWim Taymans <wim.taymans@gmail.com>
Sun, 23 Dec 2001 23:36:44 +0000 (23:36 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 23 Dec 2001 23:36:44 +0000 (23:36 +0000)
Original commit message from CVS:
Removed the munmap for now

gst/cothreads.c

index 2639a9c..cc208dd 100644 (file)
@@ -244,7 +244,8 @@ cothread_destroy (cothread_state *thread)
     g_free (thread);
   }
   else {
-    munmap ((void *) thread, COTHREAD_STACKSIZE);
+    /* this doesn't seem to work very well */
+    /* munmap ((void *) thread, COTHREAD_STACKSIZE); */
   }
 
   ctx->threads[threadnum] = NULL;