Removed the munmap for now

Original commit message from CVS:
Removed the munmap for now
This commit is contained in:
Wim Taymans 2001-12-23 23:36:44 +00:00
parent 74ad376d0a
commit c05a4511cd

View file

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