pidgin/gtkutils.c

changeset 28470
37b23d2e9484
parent 28458
850dc251c138
child 28474
e4b871b3655c
--- a/pidgin/gtkutils.c	Thu Sep 03 20:35:27 2009 +0000
+++ b/pidgin/gtkutils.c	Thu Sep 03 20:38:12 2009 +0000
@@ -3746,7 +3746,7 @@
 	char *temp_file = user_data;
 	gchar *contents;
 	gsize length;
-	GError *error;
+	GError *error = NULL;
 
 	if (!g_file_get_contents(temp_file, &contents, &length, &error)) {
 		purple_debug_error("gtkutils", "Unable to read contents of %s: %s\n",

mercurial