gslice: don't misuse g_mutex_init()
authorRyan Lortie <desrt@desrt.ca>
Mon, 25 Mar 2013 01:18:30 +0000 (21:18 -0400)
committerStef Walter <stefw@gnome.org>
Wed, 6 Nov 2013 09:09:29 +0000 (10:09 +0100)
commit70410b322c6a7cfa047d2a4049d0c810e9a52da8
tree1c3755db95b730525a9b1e0c210a70a9d64b19cc
parent4af135ce49e5c8aa8231e0c9e24f04f5cd917468
gslice: don't misuse g_mutex_init()

We were using g_mutex_init() to initialise a pair of mutexes in static
storage, but we should only do that for mutexes that are part of
allocated structures.
glib/gslice.c