background: Fix crasher when entering/leaving the background panel
g_application_get_dbus_connection() does not return a ref, so we shouldn't try to free it.
This commit is contained in:
parent
d6c8972f4d
commit
a8b83d706b
1 changed files with 0 additions and 2 deletions
|
@ -123,8 +123,6 @@ cc_background_panel_dispose (GObject *object)
|
||||||
|
|
||||||
g_clear_pointer (&priv->screenshot_path, g_free);
|
g_clear_pointer (&priv->screenshot_path, g_free);
|
||||||
|
|
||||||
g_clear_object (&priv->connection);
|
|
||||||
|
|
||||||
G_OBJECT_CLASS (cc_background_panel_parent_class)->dispose (object);
|
G_OBJECT_CLASS (cc_background_panel_parent_class)->dispose (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue