mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
Removed the munmap for now
Original commit message from CVS: Removed the munmap for now
This commit is contained in:
parent
74ad376d0a
commit
c05a4511cd
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue