On Mon, 2007-07-16 at 16:53 +0200, Tshepang Lekhonkhobe wrote: > (Me can't file a bug so am reporting the issue here and sorry if this > is already reported) > > tracker-search-tool seems not to free some meory. Do a search that > returns loads of results and cycle through them (next, next, next, > previous, previous, and so on) and watch how hungry the tool gets. >
yes but valgrind shows no significant leaks - its the icon factory that is growing (but not leaking) so not sure if its a false alarm or not you can run valgrind as follows: to detect leaks: valgrind --tool=memcheck --leak-check=yes /usr/bin/tracker-search-tool to see reachable memory at end valgrind --tool=memcheck --leak-check=yes --show_reachable=yes /usr/bin/tracker-search-tool _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
