tests: Add missing va_end()
authorColin Walters <walters@verbum.org>
Thu, 21 Jun 2012 16:05:39 +0000 (12:05 -0400)
committerColin Walters <walters@verbum.org>
Fri, 22 Jun 2012 14:32:25 +0000 (10:32 -0400)
gio/tests/gapplication.c

index b7138cf..2e0ea9d 100644 (file)
@@ -70,6 +70,8 @@ spawn (const gchar *expected_stdout,
   g_ptr_array_add (array, NULL);
   args = (gchar **) g_ptr_array_free (array, FALSE);
 
+  va_end (ap);
+
   data = g_slice_new (ChildData);
   data->expected_stdout = expected_stdout;