[ekiga] Fixed crash on exit.



commit ed733e37a3bdf97b305f9e50ace7742811310319
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.

 plugins/evolution/evolution-book.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plugins/evolution/evolution-book.cpp b/plugins/evolution/evolution-book.cpp
index 004a022..533f1b4 100644
--- a/plugins/evolution/evolution-book.cpp
+++ b/plugins/evolution/evolution-book.cpp
@@ -255,8 +255,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]