st-widget: Free the inline style
https://bugzilla.gnome.org/show_bug.cgi?id=678737
This commit is contained in:
parent
7eaf231e56
commit
69e1503c6d
@ -317,6 +317,7 @@ st_widget_finalize (GObject *gobject)
|
||||
g_free (priv->pseudo_class);
|
||||
g_object_unref (priv->local_state_set);
|
||||
g_free (priv->accessible_name);
|
||||
g_free (priv->inline_style);
|
||||
|
||||
G_OBJECT_CLASS (st_widget_parent_class)->finalize (gobject);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user