dunst/.valgrind.suppressions
Benedikt Heine 403e4cc176 Remove libxdg-basedir dependency
GLib's g_get_user_config_dir function does exactly the same thing and
we don't need libxdg-basedir for something else.
2018-10-05 02:10:41 +02:00

29 lines
462 B
Plaintext

# librsvg leaks some memory, when an invalid svg file is read
# TODO: find the memory leak and fix it upstream
{
invalid_svgs1
Memcheck:Leak
...
fun:gdk_pixbuf__svg_image_load_increment
...
fun:get_pixbuf_from_file
}
{
invalid_svgs2
Memcheck:Leak
...
fun:gdk_pixbuf__svg_image_begin_load
...
fun:get_pixbuf_from_file
}
{
invalid_svgs3
Memcheck:Leak
...
fun:rsvg_handle_write
...
fun:get_pixbuf_from_file
}