[gaim-migrate @ 17434]

Fri, 06 Oct 2006 00:10:34 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Fri, 06 Oct 2006 00:10:34 +0000
changeset 14744
9bbfa9da06b0
parent 14743
2324d3eee038
child 14745
d43256e1e6fd

[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.

libgaim/buddyicon.c file | annotate | diff | comparison | revisions
--- 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);

mercurial