3a7f81c013
- Package the docs licensing file - Patch for EDS API changes (Migrate from CamelException to GError) - Backport a memory leak fix
11 lines
386 B
Diff
11 lines
386 B
Diff
--- src/libtracker-miner/tracker-storage.c 2010-07-16 06:25:01.000000000 -0400
|
|
+++ src/libtracker-miner/tracker-storage.c.new 2010-07-16 13:05:03.948459694 -0400
|
|
@@ -441,6 +441,7 @@
|
|
|
|
g_free (device_path);
|
|
g_free (mount_path);
|
|
+ g_unix_mount_free (entry);
|
|
} else {
|
|
g_debug (" No GUnixMountEntry found, needed for detecting if optical media... :(");
|
|
g_free (mount_path);
|