[glib/glib-2-32] tests: Add missing va_end()
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/glib-2-32] tests: Add missing va_end()
- Date: Sat, 14 Jul 2012 23:21:14 +0000 (UTC)
commit 9f45f340ed9c66edbdf0b9fe8be0476427c2b33d
Author: Colin Walters <walters verbum org>
Date: Thu Jun 21 12:05:39 2012 -0400
tests: Add missing va_end()
gio/tests/gapplication.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gio/tests/gapplication.c b/gio/tests/gapplication.c
index a1faa5c..a83411c 100644
--- a/gio/tests/gapplication.c
+++ b/gio/tests/gapplication.c
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]