tracker/tracker-memleak-fix.patch
Deji Akingunola 3a7f81c013 - Update to 0.8.15 release
- Package the docs licensing file
- Patch for EDS API changes (Migrate from CamelException to GError)
- Backport a memory leak fix
2010-07-16 17:14:07 +00:00

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);