# HG changeset patch # User Sean Egan # Date 1160093434 0 # Node ID 9b42689849218061c779a01fd257f4e2750029c5 # Parent 2c1781ea074ca88c1e36cf9891f39dd1e20f2fd0 [gaim-migrate @ 17434] I have a blist.xml with a lot of buddy_icon's set to files that don't exist. This could be the cause, but I doubt it. committer: Tailor Script diff -r 2c1781ea074c -r 9b4268984921 libgaim/buddyicon.c --- a/libgaim/buddyicon.c Thu Oct 05 23:24:00 2006 +0000 +++ b/libgaim/buddyicon.c Fri Oct 06 00:10:34 2006 +0000 @@ -261,6 +261,9 @@ { gaim_debug_error("buddyicon", "Unable to create file %s: %s\n", filename, strerror(errno)); + g_free(filename); + g_free(random); + return; } g_free(filename);