diff options
author | Havoc Pennington <hp@redhat.com> | 2003-03-31 04:01:00 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-03-31 04:01:00 +0000 |
commit | bc86794f23fa538a405813fb61b531c2eacc9ae1 (patch) | |
tree | 42f040afce0d63d312d6f43bf5f6f9bb014c586a /bus/test-main.c | |
parent | d361874ef6a94a61fa3e0534d8352392edf9bbb9 (diff) | |
download | dbus-bc86794f23fa538a405813fb61b531c2eacc9ae1.tar.gz |
2003-03-30 Havoc Pennington <hp@pobox.com>
* bus/config-parser.c: hacking
* dbus/dbus-memory.c: don't use DBusList for the list of stuff
to shut down, since it could cause weirdness with the DBusList
lock
* dbus/dbus-list.c (_dbus_list_test): add tests for the
link-oriented stack routines
(alloc_link): free the mempool if the first alloc from it fails
* dbus/dbus-mempool.c (struct DBusMemBlock): fix alignment issue
* dbus/dbus-string.c (UNICODE_VALID): sync new version of this
from GLib
(_dbus_string_skip_white): new
* doc/config-file.txt (Elements): add <includedir>
Diffstat (limited to 'bus/test-main.c')
-rw-r--r-- | bus/test-main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bus/test-main.c b/bus/test-main.c index 3768de5f..862ba604 100644 --- a/bus/test-main.c +++ b/bus/test-main.c @@ -69,8 +69,8 @@ main (int argc, char **argv) printf ("%s: Running config file parser test\n", argv[0]); if (!bus_config_parser_test (&test_data_dir)) die ("parser"); - - check_memleaks (argv[0]); + + check_memleaks (argv[0]); printf ("%s: Running policy test\n", argv[0]); if (!bus_policy_test (&test_data_dir)) |