Fix PangoAttrList leak introduced in 63243d886a

This commit is contained in:
Robert Ancell 2021-01-08 15:58:58 +13:00 committed by Robert Ancell
parent 2814785ad3
commit 0d9bf5fa06

View file

@ -413,6 +413,8 @@ cc_time_entry_constructed (GObject *object)
pango_attr_list_insert (list, attribute);
gtk_entry_set_attributes (GTK_ENTRY (object), list);
pango_attr_list_unref (list);
}
static void