wacom: Update from gnome-settings-daemon

This commit is contained in:
Bastien Nocera 2012-05-25 12:48:34 +01:00
parent 5a2b411255
commit 5c78387b59

View file

@ -1326,6 +1326,9 @@ gsd_wacom_device_finalize (GObject *object)
p->wacom_settings = NULL;
}
g_list_foreach (p->styli, (GFunc) g_object_unref, NULL);
g_list_free (p->styli);
g_list_foreach (p->buttons, (GFunc) gsd_wacom_tablet_button_free, NULL);
g_list_free (p->buttons);