mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
mutexes want to be free, too
Original commit message from CVS: mutexes want to be free, too
This commit is contained in:
parent
678ea8bbbb
commit
35391c0907
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ do_cothread_context_destroy (cothread_context *context)
|
||||||
while (context->cothreads) {
|
while (context->cothreads) {
|
||||||
do_cothread_destroy ((cothread *) context->cothreads->data);
|
do_cothread_destroy ((cothread *) context->cothreads->data);
|
||||||
}
|
}
|
||||||
|
g_mutex_free (context->mutex);
|
||||||
|
|
||||||
g_free (context);
|
g_free (context);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue