Call InitializeCriticalSection() on the sdt_mutex in
authorTor Lillqvist <tml@novell.com>
Thu, 28 Dec 2006 17:55:06 +0000 (17:55 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 28 Dec 2006 17:55:06 +0000 (17:55 +0000)
commitb5e5d38ce78f11b495473533aca179d77850c1e5
treef543a71be1e13b8609037e98a60cdfdaf93efea5
parent98d5dea18a098eaf54d845711fdbbfb15a1eb991
Call InitializeCriticalSection() on the sdt_mutex in

2006-12-28  Tor Lillqvist  <tml@novell.com>

* glib/gslice.c: Call InitializeCriticalSection() on the
sdt_mutex in g_slice_init_nomessage() and not in
_g_slice_thread_init_nomessage(), which is called only through
g_thread_init(). Not all programs call g_thread_init().
glib/gslice.c