mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Bug 587434 – regression tests fail
I missed one s/tmpfile/tmp_file/ which caused crashes.
This commit is contained in:
parent
53beca955e
commit
80561f9718
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user