valgrind suppressions: Suppress libmagic leaks.

This commit is contained in:
Richard W.M. Jones
2013-04-11 17:58:28 +01:00
parent a7107854ba
commit e4ef9a8281

View File

@@ -269,3 +269,11 @@
...
fun:magic_getpath
}
# Another memory leak in libmagic.
{
libmagic_leak_2
Memcheck:Leak
...
fun:file_apprentice
}