On 04.02.2011, at 13:51, Anthony Liguori wrote: > On 02/04/2011 02:05 AM, Corentin Chary wrote: >> agraf reported that qemu_mutex_destroy(vs->output_mutex) while failing >> in vnc_disconnect_finish(). >> >> It's because vnc_worker_thread_loop() tries to unlock the mutex while >> not locked. The unlocking call doesn't fail (pthread bug ?), but >> the destroy call does. >> >> Signed-off-by: Corentin Chary<corenti...@iksaif.net> >> > > Applied (just this patch) to master, Thanks.
What about the others? Alex