GNOME Bugzilla – Bug 660843
asyncqueue-test is broken
Last modified: 2011-10-04 02:22:39 UTC
the asyncqueue-test in the toplevel tests/ directory was broken by the recent changes to GAsyncQueue between b17b02da796628afe7829f5e8929c7666eb54f31 and 3d814e7a2ae80f422889c5f830af7e26c1f88a02.
Created attachment 198175 [details] [review] 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.
Attachment 198175 [details] pushed as 070aefc - GAsyncQueue: properly set free function