From: <the...@us...> - 2006-12-13 08:44:13
|
Revision: 17981 http://svn.sourceforge.net/gaim/?rev=17981&view=rev Author: thekingant Date: 2006-12-13 00:44:10 -0800 (Wed, 13 Dec 2006) Log Message: ----------- Fix a memleak when using gtk 2.0 and ~/.gaim/icons/ doesn't exist and it can't be created for whatever reason. Extremely minor. Modified Paths: -------------- trunk/gtk/gtkutils.c Modified: trunk/gtk/gtkutils.c =================================================================== --- trunk/gtk/gtkutils.c 2006-12-13 02:11:14 UTC (rev 17980) +++ trunk/gtk/gtkutils.c 2006-12-13 08:44:10 UTC (rev 17981) @@ -2492,9 +2492,7 @@ gaim_debug_error("buddyicon", "Unable to create directory %s: %s\n", dirname, strerror(errno)); -#if GTK_CHECK_VERSION(2,2,0) g_strfreev(prpl_formats); -#endif g_free(random); g_free(filename); return NULL; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |