aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-store.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-24 23:34:13 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-24 23:34:13 +0800
commit4b33293b29499f574955946aea70dae420e7accc (patch)
tree8335012be6983242f64033b6d911c75975eeea43 /libempathy-gtk/empathy-individual-store.c
parentfef8172419c5752d7d55e65cff3bd76a8176967e (diff)
downloadgsoc2013-empathy-4b33293b29499f574955946aea70dae420e7accc.tar
gsoc2013-empathy-4b33293b29499f574955946aea70dae420e7accc.tar.gz
gsoc2013-empathy-4b33293b29499f574955946aea70dae420e7accc.tar.bz2
gsoc2013-empathy-4b33293b29499f574955946aea70dae420e7accc.tar.lz
gsoc2013-empathy-4b33293b29499f574955946aea70dae420e7accc.tar.xz
gsoc2013-empathy-4b33293b29499f574955946aea70dae420e7accc.tar.zst
gsoc2013-empathy-4b33293b29499f574955946aea70dae420e7accc.zip
properly manage the reference of the pixbuf returned by empathy_pixbuf_avatar_from_individual_scaled_finish
Diffstat (limited to 'libempathy-gtk/empathy-individual-store.c')
-rw-r--r--libempathy-gtk/empathy-individual-store.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-individual-store.c b/libempathy-gtk/empathy-individual-store.c
index 750a6f98d..4b07131a6 100644
--- a/libempathy-gtk/empathy-individual-store.c
+++ b/libempathy-gtk/empathy-individual-store.c
@@ -666,6 +666,7 @@ individual_avatar_pixbuf_received_cb (FolksIndividual *individual,
data->cancellable);
}
+ tp_clear_object (&pixbuf);
g_object_unref (data->cancellable);
g_slice_free (LoadAvatarData, data);
}