Added debug information for g_mutex_free calls, if G_ERRORCHECK_MUTEXES is
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Tue, 30 Jan 2001 09:03:22 +0000 (09:03 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Tue, 30 Jan 2001 09:03:22 +0000 (09:03 +0000)
commit1f46d9f68f5b98262c07c2e4e15771655aad84db
treea74535ff8481a9ebb1c4a3ecbd05003b4e2e1b21
parentf9da22ef0739705a3536214ae8e02b1b46f9722a
Added debug information for g_mutex_free calls, if G_ERRORCHECK_MUTEXES is

2001-01-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* gthread.h (g_cond_wait): Added debug information for
g_mutex_free calls, if G_ERRORCHECK_MUTEXES is defined.

* gthread/gthread-impl.c (g_mutex_free_errorcheck_impl): Fixed it for
real. Sorry for this mess. It looked like a real obvious fix, so I
didn't check. Bad boy. Added some casts to quiet the compiler.
12 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gthread.h
gthread.h
gthread/ChangeLog
gthread/gthread-impl.c