summaryrefslogtreecommitdiffstats
path: root/bus/config-parser.c
diff options
context:
space:
mode:
authorOlivier Andrieu <oliv__a@users.sourceforge.net>2004-07-31 18:28:10 +0000
committerOlivier Andrieu <oliv__a@users.sourceforge.net>2004-07-31 18:28:10 +0000
commit3abcc7d28d73559c1f6d585c619c7298ff79101e (patch)
treea1d8892771aaca071d98d6c548e3b6ff60ab9514 /bus/config-parser.c
parent1239d9328095553e034ee44c627901ab28c9193d (diff)
* bus/config-parser.c (bus_config_parser_new): fix an invalid _unref
in the SELinux support. * doc/busconfig.dtd: update DTD for SELinux support. * bus/config-loader-libxml.c: fix error handler and parser initialisation/cleanup. OOM test now works with libxml2 HEAD. * configure.in: remove the warning about libxml2 * dbus/dbus-bus.c: silence doxygen warning.
Diffstat (limited to 'bus/config-parser.c')
-rw-r--r--bus/config-parser.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/bus/config-parser.c b/bus/config-parser.c
index 29fade16..89492f03 100644
--- a/bus/config-parser.c
+++ b/bus/config-parser.c
@@ -346,9 +346,6 @@ bus_config_parser_new (const DBusString *basedir,
_dbus_string_free (&parser->basedir);
- if (parser->service_sid_table == NULL)
- _dbus_hash_table_unref (parser->service_sid_table);
-
dbus_free (parser);
return NULL;
}