[cheese] Chain up to finalize in UmCropArea



commit 9b3c6bed94d7060a88d7b091560bd4f9d1eafbe2
Author: David King <amigadave amigadave com>
Date:   Thu Nov 14 09:56:38 2013 +0000

    Chain up to finalize  in UmCropArea

 libcheese/um-crop-area.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libcheese/um-crop-area.c b/libcheese/um-crop-area.c
index 02c9887..95118ad 100644
--- a/libcheese/um-crop-area.c
+++ b/libcheese/um-crop-area.c
@@ -861,6 +861,8 @@ um_crop_area_finalize (GObject *object)
                 g_object_unref (area->priv->color_shifted);
                 area->priv->color_shifted = NULL;
         }
+
+        G_OBJECT_CLASS (um_crop_area_parent_class)->finalize (object);
 }
 
 static void


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