aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-18 21:51:58 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-11-18 22:21:34 +0800
commitb7ec8cc620c82c4c9bdb3b851b50de8b324d7add (patch)
tree785ff7eeebe4d8f3dd9a304bddf224240d4c5fb2
parent3f792393c4018956c7910e82c3680540612deeda (diff)
downloadgsoc2013-empathy-b7ec8cc620c82c4c9bdb3b851b50de8b324d7add.tar
gsoc2013-empathy-b7ec8cc620c82c4c9bdb3b851b50de8b324d7add.tar.gz
gsoc2013-empathy-b7ec8cc620c82c4c9bdb3b851b50de8b324d7add.tar.bz2
gsoc2013-empathy-b7ec8cc620c82c4c9bdb3b851b50de8b324d7add.tar.lz
gsoc2013-empathy-b7ec8cc620c82c4c9bdb3b851b50de8b324d7add.tar.xz
gsoc2013-empathy-b7ec8cc620c82c4c9bdb3b851b50de8b324d7add.tar.zst
gsoc2013-empathy-b7ec8cc620c82c4c9bdb3b851b50de8b324d7add.zip
individual_avatar_pixbuf_received_cb: don't leak the iters
-rw-r--r--libempathy-gtk/empathy-individual-store.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-individual-store.c b/libempathy-gtk/empathy-individual-store.c
index 5813a5b64..750a6f98d 100644
--- a/libempathy-gtk/empathy-individual-store.c
+++ b/libempathy-gtk/empathy-individual-store.c
@@ -651,6 +651,8 @@ individual_avatar_pixbuf_received_cb (FolksIndividual *individual,
EMPATHY_INDIVIDUAL_STORE_COL_PIXBUF_AVATAR, pixbuf,
-1);
}
+
+ free_iters (iters);
}
/* Free things */