use standard_calloc to allocate the profile_data. (#335209, Chris Wilson)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 20 Mar 2006 18:43:32 +0000 (18:43 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 20 Mar 2006 18:43:32 +0000 (18:43 +0000)
commitd0ee63840cd8c7760614810822370aee0382683f
tree8a7c82bc92018d07ce4cd03351c23dca05a25df5
parent56b06e14dcfac3e22837aa9db0a2c102e6c580cd
use standard_calloc to allocate the profile_data. (#335209, Chris Wilson)

2006-03-20  Matthias Clasen  <mclasen@redhat.com>

        * glib/gmem.c (profiler_log): use standard_calloc to allocate
        the profile_data.  (#335209, Chris Wilson)

        * glib/gmain.c (g_main_context_unref): Avoid a deadlock.
        (#335207, Chris Wilson)

        Minor optimizations (#335216, Chris Wilson):

        * glib/gasyncqueue.c (g_async_queue_pop_intern_unlocked): Use
        g_queue_peek_tail_link instead of g_queue_peek_tail.

        * glib/glist.c:
        * glib/gslist.c: Avoid some memset calls.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
glib/gasyncqueue.c
glib/glist.c
glib/gmain.c
glib/gmem.c
glib/gslist.c