Remove unnecessary clear call

As Cosimo pointed out, client_proxy is already NULL in this
case anyway.
This commit is contained in:
Matthias Clasen
2016-07-06 20:01:37 -04:00
parent f5ce291e7c
commit 1f810f5109

View File

@@ -259,7 +259,6 @@ gtk_application_impl_dbus_startup (GtkApplicationImpl *impl,
{
g_warning ("Failed to get client proxy: %s", error->message);
g_clear_error (&error);
g_clear_object (&dbus->client_proxy);
g_free (dbus->client_path);
dbus->client_path = NULL;
goto out;