st-widget: Free the inline style

https://bugzilla.gnome.org/show_bug.cgi?id=678737
This commit is contained in:
Jasper St. Pierre 2012-06-24 15:27:44 -04:00
parent 7eaf231e56
commit 69e1503c6d

View File

@ -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);
}