pidgin: e3c2e419: Free priv->idle.
paul at darkrain42.org
paul at darkrain42.org
Sun Apr 12 18:50:49 EDT 2009
-----------------------------------------------------------------
Revision: e3c2e41946f35630cb1b6b8bd96de60cce3c9f40
Ancestor: 43ee56055c39a2e7e6c6198de2c553b476a1b782
Author: paul at darkrain42.org
Date: 2009-04-12T22:34:07
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/e3c2e41946f35630cb1b6b8bd96de60cce3c9f40
Modified files:
pidgin/gtkblist-theme.c
ChangeLog:
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)
-------------- next part --------------
============================================================
--- pidgin/gtkblist-theme.c 51c11f5428b1b6281401316eb28c4d72bd2ba276
+++ pidgin/gtkblist-theme.c b62563369e98625e8996ee5f45da45a6d8ec2d54
@@ -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);
More information about the Commits
mailing list