Skip to content

Fix memory leaks detected by valgrind

wang xiaomeng requested to merge xiaomengwang/gvfs:master into master

gvfs: Fixed memory leaks detected by valgrind.

When i detect memory leaks of gvfs by valgrind tool, there are some leaks in logfile. Although these leaks do not seem to cause actual problems, I still suggest solving these leaks. The command is "valgrind --tool=memcheck --leak-check=full --show-reachable=yes --track-origins=yes --log-file=valgrind.log -v /usr/libexec/gvfsd-", please replace "gvfsd-" with gvfs executable files.

Fixes #682 (closed) (closed)

Merge request reports