Fri, 06 Oct 2006 00:10:34 +0000
[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.
--- 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);