gthread-posix: Don't use gslice allocated GRecMutex
authorStef Walter <stefw@gnome.org>
Thu, 31 Oct 2013 22:03:58 +0000 (23:03 +0100)
committerStef Walter <stefw@gnome.org>
Tue, 26 Nov 2013 19:23:48 +0000 (20:23 +0100)
commitc9cfa7d1d55291503c8adb8a1cca24781e4a8da4
treed76ccb60551a485b3f65964c09238dc3c01325cc
parentd86396f21fa164bd3cb5efc111ef50bd7065beec
gthread-posix: Don't use gslice allocated GRecMutex

This leads to problems during cleanup, and seems strange
to have locks defined in terms of things that need locking.

https://bugzilla.gnome.org/show_bug.cgi?id=711753
glib/gthread-posix.c