Skip to content

Commit

Permalink
Suppress known magick and glib leaks
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Jul 15, 2015
1 parent d26f6b3 commit f853fa3
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions test/leak/sharp.supp
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,35 @@
...
fun:vips__init
}

# *magick warnings
{
leak_magick_read
Memcheck:Leak
match-leak-kinds: definite,indirect,possible
...
fun:ReadImage
...
fun:vips__magick_read
}
{
leak_magick_read_header
Memcheck:Leak
match-leak-kinds: definite,indirect,possible
...
fun:ReadImage
...
fun:vips__magick_read_header
}

# glib g_file_read_link
# https://github.com/GNOME/glib/commit/49a5d0f6f2aed99cd78f25655f137f4448e47d92
{
leak_magick
Memcheck:Leak
match-leak-kinds: definite,indirect,possible
...
fun:g_file_read_link
...
fun:vips_gsf_path
}

0 comments on commit f853fa3

Please sign in to comment.