From: <nos...@us...> - 2006-09-29 20:49:37
|
Revision: 17401 http://svn.sourceforge.net/gaim/?rev=17401&view=rev Author: nosnilmot Date: 2006-09-29 13:49:33 -0700 (Fri, 29 Sep 2006) Log Message: ----------- unleak Modified Paths: -------------- trunk/gtk/gtkutils.c Modified: trunk/gtk/gtkutils.c =================================================================== --- trunk/gtk/gtkutils.c 2006-09-29 20:48:45 UTC (rev 17400) +++ trunk/gtk/gtkutils.c 2006-09-29 20:49:33 UTC (rev 17401) @@ -2561,12 +2561,14 @@ g_free(random); g_free(filename); + g_free(contents); #if GTK_CHECK_VERSION(2,2,0) && !GTK_CHECK_VERSION(2,4,0) g_object_unref(G_OBJECT(pixbuf)); #endif return NULL; } fclose(image); + g_free(contents); #if GTK_CHECK_VERSION(2,2,0) && !GTK_CHECK_VERSION(2,4,0) g_object_unref(G_OBJECT(pixbuf)); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |