add valgrind test for mediafire-fuse and fix memleaks

This commit is contained in:
josch
2014-10-25 11:39:26 +02:00
parent fe17cb517f
commit 524fdf5824
5 changed files with 84 additions and 8 deletions

View File

@@ -113,3 +113,15 @@
obj:*/libjansson.so*
...
}
{
fuse_opt_parse
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:strdup
obj:*libfuse.so*
obj:*libfuse.so*
fun:fuse_opt_parse
fun:parse_arguments
fun:main
}