mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Forgot to return the allocated data in async_op_wrapper_new
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user