call dbus_shutdown() before exiting, to make valgrind output more useful

git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1819 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2007-09-14 21:02:18 +00:00
parent 8775309234
commit 04ed0f9536
4 changed files with 13 additions and 6 deletions

View file

@ -26,10 +26,10 @@
#include <config.h>
#endif
#include <pulsecore/log.h>
#include <pulsecore/props.h>
#include <pulse/xmalloc.h>
#include <pulse/timeval.h>
#include <pulsecore/log.h>
#include <pulsecore/props.h>
#include "dbus-util.h"