SE-DBUS landed
Olivier Andrieu
oliv__a at users.sourceforge.net
Sat Jul 31 02:54:36 PDT 2004
Hi,
Havoc Pennington [Fri, 30 Jul 2004]:
> I made the changes discussed, and checked it all in.
>
> Would appreciate someone testing, I still don't have the latest headers.
> Send along any bugs or fixes.
A tiny bug fix.
--
Olivier
-------------- next part --------------
Index: config-parser.c
===================================================================
RCS file: /cvs/dbus/dbus/bus/config-parser.c,v
retrieving revision 1.31
diff -u -u -r1.31 config-parser.c
--- config-parser.c 30 Jul 2004 05:59:34 -0000 1.31
+++ config-parser.c 31 Jul 2004 09:53:07 -0000
@@ -346,9 +346,6 @@
_dbus_string_free (&parser->basedir);
- if (parser->service_sid_table == NULL)
- _dbus_hash_table_unref (parser->service_sid_table);
-
dbus_free (parser);
return NULL;
}
@@ -2442,8 +2439,8 @@
* https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=124747
* http://freedesktop.org/pipermail/dbus/2004-May/001153.html
*/
- /* if (!_dbus_test_oom_handling ("config-loader", check_loader_oom_func, &d)) */
- if (!check_loader_oom_func (&d))
+ if (!_dbus_test_oom_handling ("config-loader", check_loader_oom_func, &d))
+ /* if (!check_loader_oom_func (&d)) */
_dbus_assert_not_reached ("test failed");
_dbus_string_free (&full_path);
More information about the dbus
mailing list