]> git.0d.be Git - empathy.git/commitdiff
Bug 647056 — Removing a contact causes a segfault
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Sat, 16 Apr 2011 16:13:51 +0000 (17:13 +0100)
committerPhilip Withnall <philip@tecnocode.co.uk>
Mon, 18 Apr 2011 11:42:41 +0000 (12:42 +0100)
Fix a double unref which was causing segfaults when removing contacts.

Closes: bgo#647056
libempathy-gtk/empathy-individual-view.c

index aad46c5bf16fac6f541009c87cbd1b9bfec4803f..cc9d49e86349807ed1fd257898327f456c32a41a 100644 (file)
@@ -2506,7 +2506,6 @@ got_avatar (GObject *source_object,
 
  finally:
   g_free (text);
 
  finally:
   g_free (text);
-  g_object_unref (individual);
   g_object_unref (manager);
 }
 
   g_object_unref (manager);
 }