Bug 587434 – regression tests fail
authorBenjamin Otte <otte@gnome.org>
Tue, 30 Jun 2009 17:08:46 +0000 (19:08 +0200)
committerBenjamin Otte <otte@gnome.org>
Tue, 30 Jun 2009 18:40:52 +0000 (20:40 +0200)
I missed one s/tmpfile/tmp_file/ which caused crashes.

gio/tests/readwrite.c

index 0631336..0d56185 100644 (file)
@@ -160,7 +160,7 @@ test_g_file_open_readwrite (void)
   g_object_unref (file_iostream);
 
   g_unlink (tmp_file);
-  g_free (tmpfile);
+  g_free (tmp_file);
 }
 
 static void