projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eef6f0a
)
tests: Add missing va_end()
author
Colin Walters
<walters@verbum.org>
Thu, 21 Jun 2012 16:05:39 +0000
(12:05 -0400)
committer
Colin Walters
<walters@verbum.org>
Fri, 22 Jun 2012 14:32:25 +0000
(10:32 -0400)
gio/tests/gapplication.c
patch
|
blob
|
history
diff --git
a/gio/tests/gapplication.c
b/gio/tests/gapplication.c
index
b7138cf
..
2e0ea9d
100644
(file)
--- 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;