Add support for reading and writing SPV files.
[pspp] / tests / valgrind.supp
1 # libfontconfig uses offsets instead of pointers so valgrind doesn't
2 # recognize when blocks are still in use
3 {
4     fontconfig
5     Memcheck:Leak
6     ...
7     fun:FcFontRenderPrepare
8 }
9 {
10     fontconfig2
11     Memcheck:Leak
12     fun:realloc
13     obj:*libfontconfig.so.*
14 }
15 {
16     fontconfig3
17     Memcheck:Leak
18     fun:malloc
19     obj:*libfontconfig.so.*
20     ...
21     fun:XML_ParseBuffer
22 }