[empathy/gnome-3-0] Bug 647056 — Removing a contact causes a segfault



commit 7c8d031f4f0efdca0894c21a031df6beb4d43de7
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Sat Apr 16 17:13:51 2011 +0100

    Bug 647056 â?? Removing a contact causes a segfault
    
    Fix a double unref which was causing segfaults when removing contacts.
    
    Closes: bgo#647056

 libempathy-gtk/empathy-individual-view.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-individual-view.c b/libempathy-gtk/empathy-individual-view.c
index aad46c5..cc9d49e 100644
--- a/libempathy-gtk/empathy-individual-view.c
+++ b/libempathy-gtk/empathy-individual-view.c
@@ -2506,7 +2506,6 @@ got_avatar (GObject *source_object,
 
  finally:
   g_free (text);
-  g_object_unref (individual);
   g_object_unref (manager);
 }
 



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