mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01:00
Forgot to return the allocated data in async_op_wrapper_new
This commit is contained in:
parent
a48fc53251
commit
d3a2c457cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user