[ekiga/gnome-2-26] Fixed crash on exit.



commit bd43888023f864649e386f35e3fae5c5195be851
Author: Damien Sandras <dsandras seconix com>
Date:   Sun Sep 6 17:18:31 2009 +0200

    Fixed crash on exit.
    
    I think (but I'm not sure because it is not documented) that we do not
    need to free the view.

 lib/engine/components/evolution/evolution-book.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/lib/engine/components/evolution/evolution-book.cpp b/lib/engine/components/evolution/evolution-book.cpp
index f957bf0..8f9e439 100644
--- a/lib/engine/components/evolution/evolution-book.cpp
+++ b/lib/engine/components/evolution/evolution-book.cpp
@@ -254,8 +254,6 @@ Evolution::Book::~Book ()
 {
   if (book != NULL)
     g_object_unref (book);
-  if (view != NULL)
-    g_object_unref (view);
 }
 
 const std::string



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