adding crash fix from head
This commit is contained in:
parent
66a18e6faf
commit
786f3274f4
13
ghalvolumemonitor_free_mounts.patch
Normal file
13
ghalvolumemonitor_free_mounts.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
--- trunk/hal/ghalvolumemonitor.c 2008/03/04 15:08:53 1536
|
||||||
|
+++ trunk/hal/ghalvolumemonitor.c 2008/03/04 15:48:55 1540
|
||||||
|
@@ -159,7 +159,9 @@
|
||||||
|
list_free (monitor->last_drive_devices);
|
||||||
|
list_free (monitor->last_volume_devices);
|
||||||
|
list_free (monitor->last_mountpoints);
|
||||||
|
- list_free (monitor->last_mounts);
|
||||||
|
+ g_list_foreach (monitor->last_mounts,
|
||||||
|
+ (GFunc)g_unix_mount_free, NULL);
|
||||||
|
+ g_list_free (monitor->last_mounts);
|
||||||
|
|
||||||
|
list_free (monitor->drives);
|
||||||
|
list_free (monitor->volumes);
|
@ -28,6 +28,7 @@ BuildRequires: expat-devel
|
|||||||
|
|
||||||
# From head:
|
# From head:
|
||||||
Patch1: gvfsfusedaemon_debug.patch
|
Patch1: gvfsfusedaemon_debug.patch
|
||||||
|
Patch2: ghalvolumemonitor_free_mounts.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The gvfs package provides backend implementations for the gio
|
The gvfs package provides backend implementations for the gio
|
||||||
@ -46,6 +47,7 @@ required to develop applications using gvfs.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch1 -p1 -b .fusedebug
|
%patch1 -p1 -b .fusedebug
|
||||||
|
%patch2 -p1 -b .halmonitor
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
|
Loading…
Reference in New Issue
Block a user