mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-27 12:39:52 +01:00
Bug 587434 – regression tests fail
I missed one s/tmpfile/tmp_file/ which caused crashes.
This commit is contained in:
@@ -160,7 +160,7 @@ test_g_file_open_readwrite (void)
|
|||||||
g_object_unref (file_iostream);
|
g_object_unref (file_iostream);
|
||||||
|
|
||||||
g_unlink (tmp_file);
|
g_unlink (tmp_file);
|
||||||
g_free (tmpfile);
|
g_free (tmp_file);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user