Skip to content

Commit

Permalink
Tests: add fontconfig static data leak suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Jan 15, 2020
1 parent 3b4f955 commit 4828a17
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/leak/sharp.supp
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,18 @@
...
fun:FcInitLoadConfigAndFonts
}
{
leak_fontconfig_doContent
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
...
fun:doContent
fun:doProlog
fun:prologInitProcessor
fun:XML_ParseBuffer
obj:*/libfontconfig.so.*
}

# libvips
{
Expand Down

0 comments on commit 4828a17

Please sign in to comment.