Forgot to return the allocated data in async_op_wrapper_new
authorAlexander Larsson <alexl@redhat.com>
Fri, 15 May 2009 18:42:04 +0000 (20:42 +0200)
committerAlexander Larsson <alexl@redhat.com>
Fri, 15 May 2009 18:42:04 +0000 (20:42 +0200)
gio/gfileiostream.c

index 9491e76..3cc72ed 100644 (file)
@@ -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