summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Aurich <darkrain42@pidgin.im>2009-04-12 22:34:07 +0000
committerPaul Aurich <darkrain42@pidgin.im>2009-04-12 22:34:07 +0000
commita7fe39b754efcb6cb00dcd47b8fc2e0fa1ff7ec9 (patch)
treeeccd029bbbb3fc425823b5ec2fe97744f7d9d3c0
parent5d0e631637bde469136c92a97bda217d5daba11a (diff)
downloadpidgin-a7fe39b754efcb6cb00dcd47b8fc2e0fa1ff7ec9.tar.gz
Free priv->idle.
==00:00:32:40.389 13033== 57 (32 direct, 25 indirect) bytes in 2 blocks are definitely lost in loss record 696 of 1,858 ==00:00:32:40.389 13033== at 0x04c25684: calloc (vg_replace_malloc.c:397) ==00:00:32:40.389 13033== by 0x09b299b9: g_malloc0 (gmem.c:151) ==00:00:32:40.389 13033== by 0x0044e2c1: pidgin_blist_loader_build (gtkblist-theme-loader.c:81)
-rw-r--r--pidgin/gtkblist-theme.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pidgin/gtkblist-theme.c b/pidgin/gtkblist-theme.c
index 483da12cf2..15320304a9 100644
--- a/pidgin/gtkblist-theme.c
+++ b/pidgin/gtkblist-theme.c
@@ -260,6 +260,7 @@ pidgin_blist_theme_finalize(GObject *obj)
free_font_and_color(priv->online);
free_font_and_color(priv->away);
free_font_and_color(priv->offline);
+ free_font_and_color(priv->idle);
free_font_and_color(priv->message);
free_font_and_color(priv->message_nick_said);
free_font_and_color(priv->status);