aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-01-31 01:35:21 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-31 01:35:21 +0800
commit27fbfc27f8fefc13332f0c4bcd8e0f82e643fae6 (patch)
treeba2c05679e654dd34b7026ef90aa65aa5ffa695f /libempathy-gtk
parent469ecd6b2967e98061bed1b30f77158373c08844 (diff)
downloadgsoc2013-empathy-27fbfc27f8fefc13332f0c4bcd8e0f82e643fae6.tar
gsoc2013-empathy-27fbfc27f8fefc13332f0c4bcd8e0f82e643fae6.tar.gz
gsoc2013-empathy-27fbfc27f8fefc13332f0c4bcd8e0f82e643fae6.tar.bz2
gsoc2013-empathy-27fbfc27f8fefc13332f0c4bcd8e0f82e643fae6.tar.lz
gsoc2013-empathy-27fbfc27f8fefc13332f0c4bcd8e0f82e643fae6.tar.xz
gsoc2013-empathy-27fbfc27f8fefc13332f0c4bcd8e0f82e643fae6.tar.zst
gsoc2013-empathy-27fbfc27f8fefc13332f0c4bcd8e0f82e643fae6.zip
Unref the temp contact appropriately.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2350
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-contact-selector.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-selector.c b/libempathy-gtk/empathy-contact-selector.c
index e4648f241..d8d56c166 100644
--- a/libempathy-gtk/empathy-contact-selector.c
+++ b/libempathy-gtk/empathy-contact-selector.c
@@ -92,6 +92,7 @@ contact_selector_get_iter_for_blank_contact (GtkTreeStore *store,
is_present = TRUE;
break;
}
+ g_object_unref (tmp_contact);
}
return is_present;