mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-10 16:03:12 +02: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_object_unref (file_iostream);
|
||||||
|
|
||||||
g_unlink (tmp_file);
|
g_unlink (tmp_file);
|
||||||
g_free (tmpfile);
|
g_free (tmp_file);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user