Make sure all calls to g_node_validate_allocator are within
authorOwen Taylor <otaylor@redhat.com>
Tue, 15 Dec 1998 15:40:01 +0000 (15:40 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 15 Dec 1998 15:40:01 +0000 (15:40 +0000)
commitdcd0c664b778b5fa30385b1e52f32df76b20d462
tree8e1ca36cdf1707dde01608912e7dba9f7d56a9b7
parent931ea952650b013b834041b91b0c37a748ffd449
Make sure all calls to g_node_validate_allocator are within

Tue Dec 15 10:40:09 1998  Owen Taylor  <otaylor@redhat.com>

* gnode.c glist.c gslist.c: Make sure all
calls to g_node_validate_allocator are within
current_allocator lock, so we have consistency
on that point. (Should not really matter,
but this way we match the comments)

* glist.c (g_list_free_1): Removed some lines
that should never have been committed. (For
debugging)
15 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.m4
glib/glist.c
glib/gnode.c
glib/gslist.c
glist.c
gnode.c
gslist.c