diff options
Diffstat (limited to 'test/glib/test-profile.c')
| -rw-r--r-- | test/glib/test-profile.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/test/glib/test-profile.c b/test/glib/test-profile.c index 375a8408..8e636d0a 100644 --- a/test/glib/test-profile.c +++ b/test/glib/test-profile.c @@ -1148,6 +1148,9 @@ main (int argc, char *argv[])        g_printerr ("Specify profile type plain_sockets, plain_sockets_with_malloc, no_bus, with_bus, all\n");        exit (1);      } + +  /* Make valgrind happy */ +  dbus_shutdown ();    return 0;  }  | 
