[bijiben] Controller: do not crash when closing a window



commit 0230691ab67522067c9d6fdefafaf4ba28839859
Author: Pierre-Yves Luyten <py luyten fr>
Date:   Mon Jul 29 01:55:42 2013 +0200

    Controller: do not crash when closing a window

 src/bjb-controller.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/bjb-controller.c b/src/bjb-controller.c
index 746ea38..db978cf 100644
--- a/src/bjb-controller.c
+++ b/src/bjb-controller.c
@@ -129,7 +129,7 @@ bjb_controller_finalize (GObject *object)
   BjbController *self = BJB_CONTROLLER(object);
   BjbControllerPrivate *priv = self->priv ;
 
-  free_items_store (self);
+
   g_object_unref (priv->model);
 
   g_object_unref (priv->completion);


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