Add suppression for leak from XauFileName.

The string is statically allocated by XauFileName() and so ignore the fact
that is not freed upon termination.
This commit is contained in:
Chris Wilson 2007-04-16 15:42:07 +01:00
parent 3a3fb0031d
commit 9d435d5fbf

View file

@ -500,4 +500,9 @@
fun:NewDatabase
fun:XrmGetFileDatabase
}
{
Xau chooses not to free its static data...
Memcheck:Leak
fun:malloc
fun:XauFileName
}