Bug 587434 – regression tests fail

I missed one s/tmpfile/tmp_file/ which caused crashes.
This commit is contained in:
Benjamin Otte 2009-06-30 19:08:46 +02:00
parent 53beca955e
commit 80561f9718

View 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