Fix PangoAttrList leak introduced in 63243d886a
This commit is contained in:
parent
2814785ad3
commit
0d9bf5fa06
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue