[gnome-notes/go-back-mr-64: 6/6] controller: doesn't own notebook




commit b279c4fde992a1738eaed8ae223fb7bd1d819bea
Author: Isaque Galdino <igaldino gmail com>
Date:   Thu Aug 20 16:22:32 2020 -0300

    controller: doesn't own notebook

 src/bjb-controller.c | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/src/bjb-controller.c b/src/bjb-controller.c
index 0c4f218..6a707e9 100644
--- a/src/bjb-controller.c
+++ b/src/bjb-controller.c
@@ -121,9 +121,6 @@ bjb_controller_finalize (GObject *object)
   g_free (self->needle);
   g_list_free (self->items_to_show);
 
-  if (self->notebook)
-    g_clear_object (&self->notebook);
-
   G_OBJECT_CLASS (bjb_controller_parent_class)->finalize (object);
 }
 


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