mutexes want to be free, too

Original commit message from CVS:
mutexes want to be free, too
This commit is contained in:
Benjamin Otte 2003-03-12 21:55:09 +00:00
parent 678ea8bbbb
commit 35391c0907

View file

@ -113,6 +113,7 @@ do_cothread_context_destroy (cothread_context *context)
while (context->cothreads) {
do_cothread_destroy ((cothread *) context->cothreads->data);
}
g_mutex_free (context->mutex);
g_free (context);
}