[gnome-photos] base-item: Chain up the finalize method



commit 37f0295272508a5814fb8ffa2106ff09cdcdedf3
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue May 1 03:40:44 2012 +0200

    base-item: Chain up the finalize method

 src/photos-base-item.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/photos-base-item.c b/src/photos-base-item.c
index 17cff68..57e8c2a 100644
--- a/src/photos-base-item.c
+++ b/src/photos-base-item.c
@@ -175,6 +175,8 @@ photos_base_item_finalize (GObject *object)
   g_free (priv->resource_urn);
   g_free (priv->type_description);
   g_free (priv->uri);
+
+  G_OBJECT_CLASS (photos_base_item_parent_class)->finalize (object);
 }
 
 



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