[gnome-shell] st-widget: Free the inline style



commit 69e1503c6da9985b3c0f90e0448a07f92cb5474d
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Jun 24 15:27:44 2012 -0400

    st-widget: Free the inline style
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678737

 src/st/st-widget.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/st/st-widget.c b/src/st/st-widget.c
index 4476347..f196288 100644
--- a/src/st/st-widget.c
+++ b/src/st/st-widget.c
@@ -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);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]