GAsyncQueue: use g_queue_init() not g_queue_new()
authorHavoc Pennington <hp@pobox.com>
Fri, 13 Aug 2010 03:57:26 +0000 (23:57 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 13 Aug 2010 04:33:04 +0000 (00:33 -0400)
commit106bde0a8fa34a72f66f037b0428a3105cb953bc
treec44f745e4c4acc250327891c897dfdabad9f0b5a
parentf424aa9581ff4fedb9205f360112b6b17518edeb
GAsyncQueue: use g_queue_init() not g_queue_new()

By using g_queue_init() instead of g_queue_new(), we can avoid
a separate memory allocation.

Bug 626704
glib/gasyncqueue.c