[cairo-commit] test/.valgrind-suppressions

Chris Wilson ickle at kemper.freedesktop.org
Mon Apr 16 07:45:52 PDT 2007


 test/.valgrind-suppressions |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletion(-)

New commits:
diff-tree 9d435d5fbfae0f64053f6596f73410bc352cd2de (from 3a3fb0031decec26260cd94e60f1b0bf06541a6d)
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Mon Apr 16 15:42:07 2007 +0100

    Add suppression for leak from XauFileName.
    
    The string is statically allocated by XauFileName() and so ignore the fact
    that is not freed upon termination.

diff --git a/test/.valgrind-suppressions b/test/.valgrind-suppressions
index cd3a086..1dca7c5 100644
--- a/test/.valgrind-suppressions
+++ b/test/.valgrind-suppressions
@@ -500,4 +500,9 @@
    fun:NewDatabase
    fun:XrmGetFileDatabase
 }
-
+{
+   Xau chooses not to free its static data...
+   Memcheck:Leak
+   fun:malloc
+   fun:XauFileName
+}


More information about the cairo-commit mailing list