From: Alexander Larsson Date: Fri, 15 May 2009 18:42:04 +0000 (+0200) Subject: Forgot to return the allocated data in async_op_wrapper_new X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=d3a2c457cb55730181c04c8d6d1f611ee555c250;p=dana%2Fcg-glib.git Forgot to return the allocated data in async_op_wrapper_new --- diff --git a/gio/gfileiostream.c b/gio/gfileiostream.c index 9491e766..3cc72ed7 100644 --- a/gio/gfileiostream.c +++ b/gio/gfileiostream.c @@ -603,6 +603,8 @@ async_op_wrapper_new (gpointer object, data->object = g_object_ref (object); data->callback = callback; data->user_data = user_data; + + return data; } static void