[PATCH] Fix crash on 64-bit platforms
Joe Marcus Clarke
marcus at FreeBSD.org
Sat Mar 15 16:21:08 PDT 2008
May I commit this patch? It fixes a crash on 64-bit platforms.
Joe
--- hald/device_store.c.orig 2008-03-15 19:15:15.000000000 -0400
+++ hald/device_store.c 2008-03-15 19:16:30.000000000 -0400
@@ -292,6 +292,9 @@ hal_device_store_remove (HalDeviceStore
(gpointer)emit_device_property_changed,
store);
g_signal_handlers_disconnect_by_func (device,
+ (gpointer)device_pre_property_changed,
+ store);
+ g_signal_handlers_disconnect_by_func (device,
(gpointer)emit_device_capability_added,
store);
g_signal_handlers_disconnect_by_func (device,
--
Joe Marcus Clarke
FreeBSD GNOME Team :: gnome at FreeBSD.org
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.freedesktop.org/archives/hal/attachments/20080315/6a9e0162/attachment.pgp
More information about the hal
mailing list