Update Fedora version to latest

This commit is contained in:
Benedikt Heine 2018-11-27 13:55:52 +01:00 committed by Nikos Tsipinakis
parent 91adaa0da9
commit 90813dde8e
2 changed files with 2 additions and 23 deletions

View File

@ -51,8 +51,8 @@ workflows:
- misc-doxygen - misc-doxygen
- Alpine - Alpine
- compileandtest: - compileandtest:
name: Fedora 27 name: Fedora 30
distro: fedora27 distro: fedora30
requires: requires:
- misc-doxygen - misc-doxygen
- Alpine - Alpine

View File

@ -6,27 +6,6 @@
obj:/lib/ld-musl-x86_64.so.1 obj:/lib/ld-musl-x86_64.so.1
} }
# MemLeak under Fedora 27
{
rsvg_fedora_unknown_source
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
fun:g_malloc
fun:g_slice_alloc
fun:g_slice_alloc0
fun:g_type_create_instance
obj:*libgobject-2.0.so*
fun:g_object_new_valist
fun:g_object_new
fun:gdk_pixbuf_new_from_data
fun:gdk_pixbuf_new
obj:*/libgdk_pixbuf-2.0.so*
fun:gdk_pixbuf_new_from_file
fun:get_pixbuf_from_file
...
}
# rsvg_error_handle_close got fixed in # rsvg_error_handle_close got fixed in
# - GNOME/librsvg@7bf1014 # - GNOME/librsvg@7bf1014
# (2018-11-12, first tags: v2.45.0, v2.44.9) # (2018-11-12, first tags: v2.45.0, v2.44.9)