mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
tests: Add missing va_end()
This commit is contained in:
parent
eef6f0add8
commit
f626cb3c16
@ -70,6 +70,8 @@ spawn (const gchar *expected_stdout,
|
|||||||
g_ptr_array_add (array, NULL);
|
g_ptr_array_add (array, NULL);
|
||||||
args = (gchar **) g_ptr_array_free (array, FALSE);
|
args = (gchar **) g_ptr_array_free (array, FALSE);
|
||||||
|
|
||||||
|
va_end (ap);
|
||||||
|
|
||||||
data = g_slice_new (ChildData);
|
data = g_slice_new (ChildData);
|
||||||
data->expected_stdout = expected_stdout;
|
data->expected_stdout = expected_stdout;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user