summaryrefslogtreecommitdiff
path: root/test/marshal.c
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-07-11 16:40:12 +0100
committerSimon McVittie <smcv@collabora.com>2018-08-02 17:14:39 +0100
commite95dc1d58f45e61f79d467ebc132fc2fc17c62b6 (patch)
treed3f6a6c86ef5926e26bc5d01fb275940557d7317 /test/marshal.c
parent769c367f734cf9674eb2b153740105979f714548 (diff)
downloaddbus-e95dc1d58f45e61f79d467ebc132fc2fc17c62b6.tar.gz
tests: Call dbus_shutdown()
Not all of these tests will be fully valgrind-clean yet (or perhaps ever), but it's easier to add this to all of them than to think about it. Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Philip Withnall <withnall@endlessm.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=107194
Diffstat (limited to 'test/marshal.c')
-rw-r--r--test/marshal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/marshal.c b/test/marshal.c
index 3353ec00..f10bb1c2 100644
--- a/test/marshal.c
+++ b/test/marshal.c
@@ -271,5 +271,6 @@ main (int argc,
ret = g_test_run ();
g_free (aligned_le_blob);
g_free (aligned_be_blob);
+ dbus_shutdown ();
return ret;
}