Files
glib/gio/kqueue
Antoine Jacoutot ee5a9fa246 kqueue: fix a potential deadlock
In case an object is already monitored, we lock then return without
unlocking it which can then result in a self deadlock. So properly
unlock before returning.

https://bugzilla.gnome.org/show_bug.cgi?id=721074
2013-12-26 16:04:52 -05:00
..