hal/hald hald_dbus.c,1.35,1.36

David Zeuthen david at freedesktop.org
Mon May 23 07:06:29 PDT 2005


Update of /cvs/hal/hal/hald
In directory gabe:/tmp/cvs-serv8049/hald

Modified Files:
	hald_dbus.c 
Log Message:
2005-05-23  David Zeuthen  <davidz at redhat.com>

	* fdi/policy/10osvendor/10-storage-policy.fdi: Never ever use
	sync as it reduces performance and makes people believe that
	it wears out their drives (RH bug #157674)

	* examples/locking.py: Fixup this a little bit

	* tools/fstab-sync.8.in: Update the man page to reflect latest
	changes.

	* hald/hald_dbus.c (device_lock): Fix a doublefree when acquiring
	lock (RH bug #158474)



Index: hald_dbus.c
===================================================================
RCS file: /cvs/hal/hal/hald/hald_dbus.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- hald_dbus.c	27 Apr 2005 18:53:39 -0000	1.35
+++ hald_dbus.c	23 May 2005 14:06:27 -0000	1.36
@@ -1687,8 +1687,6 @@
 	g_hash_table_insert (services_with_locks, g_strdup (sender),
 			     g_object_ref (d));
 
-	dbus_free (reason);
-
 	if (!dbus_connection_send (connection, reply, NULL))
 		DIE (("No memory"));
 




More information about the hal-commit mailing list