Mercurial > pidgin
changeset 26553:842b3034d4c6
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)
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 12 Apr 2009 22:34:07 +0000 |
parents | 4bac03b3c0fd |
children | 548871664d3b 16e2f915e3a0 |
files | pidgin/gtkblist-theme.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkblist-theme.c Sun Apr 12 22:25:56 2009 +0000 +++ b/pidgin/gtkblist-theme.c Sun Apr 12 22:34:07 2009 +0000 @@ -260,6 +260,7 @@ 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);