mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
no newlines
Original commit message from CVS: no newlines
This commit is contained in:
parent
546dc898a6
commit
aa55a0450d
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ cothread_destroy (cothread_state *thread)
|
|||
"unmap cothread slot stack from %p to %p (size %ld)",
|
||||
thread, thread + COTHREAD_STACKSIZE - 1,
|
||||
(long) COTHREAD_STACKSIZE);
|
||||
GST_DEBUG (GST_CAT_COTHREADS, "doing an munmap at %p of size %d\n",
|
||||
GST_DEBUG (GST_CAT_COTHREADS, "doing an munmap at %p of size %d",
|
||||
thread, COTHREAD_STACKSIZE);
|
||||
res = munmap ((void *) thread, COTHREAD_STACKSIZE);
|
||||
if (res != 0)
|
||||
|
|
Loading…
Reference in a new issue