GAsyncQueue: properly set free function
authorRyan Lortie <desrt@desrt.ca>
Tue, 4 Oct 2011 02:18:01 +0000 (22:18 -0400)
committerRyan Lortie <desrt@desrt.ca>
Tue, 4 Oct 2011 02:18:01 +0000 (22:18 -0400)
commit070aefcf59b0238f4cf644cb9ec75cc0b2d4ffaf
treecb96890f7d8a1f47d81e7d9b90b5f0f5fc88bc6a
parent3f982cb9ab1dc9a435c5bba2f0438f165eba25dc
GAsyncQueue: properly set free function

The copying of code from g_async_queue_new() to g_async_queue_new_full()
in ef08aa786bca87c520ef319b97df4b3ed0782233 copied the setting of the
free function to NULL (instead of the one passed in by the user).

Fix that up so that the test passes again.

https://bugzilla.gnome.org/show_bug.cgi?id=660843
glib/gasyncqueue.c