[totem] grilo: Add missing chain up in TotemMainToolbar



commit 7f375f32a04ca850626e6ec05797b29fc79630d7
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jan 23 11:39:00 2014 +0100

    grilo: Add missing chain up in TotemMainToolbar

 src/plugins/grilo/totem-main-toolbar.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/grilo/totem-main-toolbar.c b/src/plugins/grilo/totem-main-toolbar.c
index 544ad68..3b64d32 100644
--- a/src/plugins/grilo/totem-main-toolbar.c
+++ b/src/plugins/grilo/totem-main-toolbar.c
@@ -332,6 +332,8 @@ totem_main_toolbar_finalize (GObject *object)
   g_free (bar->priv->title);
   g_free (bar->priv->subtitle);
   g_free (bar->priv->search_string);
+
+  G_OBJECT_CLASS (totem_main_toolbar_parent_class)->finalize (object);
 }
 
 static void


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