diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index feb4cac..3cb7e61 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,9 +17,11 @@ jobs: - alpine - archlinux - debian-stretch + - debian-buster - fedora - ubuntu-xenial - ubuntu-bionic + - ubuntu-focal env: CC: ${{ matrix.CC }} diff --git a/.valgrind.suppressions b/.valgrind.suppressions index db7a88a..a46ce7a 100644 --- a/.valgrind.suppressions +++ b/.valgrind.suppressions @@ -48,6 +48,20 @@ ... } +# Some new in ArchLinux +{ + rsvg_rust_handle_close + Memcheck:Leak + match-leak-kinds: definite + fun:malloc + ... + fun:rsvg_rust_handle_close + obj:*/loaders/libpixbufloader-svg.so + ... + fun:gdk_pixbuf_new_from_file + ... +} + # rsvg_error_writehandler got fixed in # - GNOME/librsvg@7b4cc9b # (2018-11-12, first tags: v2.45.0, v2.44.9)