mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
Bug 615111 – GAsyncInitable's default implementation is broken
Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
parent
40fdc929f8
commit
ccbafd0f14
@ -201,7 +201,7 @@ async_init_thread (GSimpleAsyncResult *res,
|
||||
{
|
||||
GError *error = NULL;
|
||||
|
||||
if (!g_initable_init (G_INITABLE (res), cancellable, &error))
|
||||
if (!g_initable_init (G_INITABLE (object), cancellable, &error))
|
||||
{
|
||||
g_simple_async_result_set_from_error (res, error);
|
||||
g_error_free (error);
|
||||
|
Loading…
x
Reference in New Issue
Block a user