From 4612de0198e3417ca710be2bd0c27f4445c6766a Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Mon, 25 Oct 2004 18:48:58 +0000 Subject: John (J5) Palmieri * dbus/dbus-sysdeps.c (fill_user_info): On errors do not free the DBusUserInfo structure since this is passed into the function. This would cause a double free when the function that allocated the structure would try to free it when an error occured. * (bus/session.conf.in, bus/Makefile.am, dbus/configure.in): use /usr/share/dbus-1/services instead of /usr/lib/dbus-1.0/services for service activation to avoid 32bit/64bit parallel install issues --- dbus/dbus-sysdeps.c | 1 - 1 file changed, 1 deletion(-) (limited to 'dbus/dbus-sysdeps.c') diff --git a/dbus/dbus-sysdeps.c b/dbus/dbus-sysdeps.c index 80188e48..e1b786f0 100644 --- a/dbus/dbus-sysdeps.c +++ b/dbus/dbus-sysdeps.c @@ -1566,7 +1566,6 @@ fill_user_info (DBusUserInfo *info, failed: _DBUS_ASSERT_ERROR_IS_SET (error); - _dbus_user_info_free (info); return FALSE; } -- cgit