Skip to content

Commit

Permalink
Tests: update leak suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Mar 14, 2021
1 parent 473260a commit 447aec3
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions test/leak/sharp.supp
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,16 @@
...
fun:vips_target_finish
}
{
value8_libvips_static
Memcheck:Value8
obj:*/libvips-cpp.so.*
}
{
cond_libvips_static
Memcheck:Cond
obj:*/libvips-cpp.so.*
}
{
leak_libvips_init
Memcheck:Leak
Expand All @@ -440,15 +450,15 @@
match-leak-kinds: definite
fun:malloc
...
fun:rsvg_rust_handle_new_from_stream_sync
fun:rsvg_handle_new_from_stream_sync
}
{
leak_rsvg_rsvg_rust_handle_new_from_gfile_sync
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
...
fun:rsvg_rust_handle_new_from_gfile_sync
fun:rsvg_handle_new_from_gfile_sync
}
{
leak_rsvg_rust_handle_new_from_stream_sync
Expand All @@ -458,7 +468,7 @@
...
fun:xmlParseElement
...
fun:rsvg_rust_handle_new_from_stream_sync
fun:rsvg_handle_new_from_stream_sync
}
{
leak_rsvg_rust_handle_new_from_gfile_sync
Expand All @@ -468,7 +478,7 @@
...
fun:xmlParseElement
...
fun:rsvg_rust_handle_new_from_gfile_sync
fun:rsvg_handle_new_from_gfile_sync
}

# libuv warnings
Expand Down

0 comments on commit 447aec3

Please sign in to comment.