mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-29 18:11:22 -05:00
I filed this upstream as: https://github.com/ostreedev/ostree/issues/533 Lets ignore it for now so we can use valgrind tests for the flatpak parts.
14 lines
340 B
Plaintext
14 lines
340 B
Plaintext
# Use this to suppress "possibly lost" for global statics
|
|
|
|
# https://github.com/ostreedev/ostree/issues/533
|
|
{
|
|
ignore_static_delta_uninitialized
|
|
Memcheck:Cond
|
|
...
|
|
fun:_ostree_lzma_compressor_convert
|
|
fun:write_internal
|
|
fun:g_output_stream_real_splice
|
|
fun:g_output_stream_splice
|
|
fun:ostree_repo_static_delta_generate
|
|
}
|