diff --git a/gio/gdbusauth.c b/gio/gdbusauth.c index c430f0cf0..534dca2d1 100644 --- a/gio/gdbusauth.c +++ b/gio/gdbusauth.c @@ -1007,6 +1007,7 @@ _g_dbus_auth_run_server (GDBusAuth *auth, g_propagate_error (error, local_error); goto out; } + g_clear_error (&local_error); } else {