mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 22:52:09 +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;
|
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_simple_async_result_set_from_error (res, error);
|
||||||
g_error_free (error);
|
g_error_free (error);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user