mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-07 13:08:04 +02:00
test: update valgrind suppressions for a glib leak
Fixed upstream, but it's not in F30 yet so the valgrind tests fail there.
https://gitlab.gnome.org/GNOME/glib/merge_requests/338
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit c35e0e734f)
This commit is contained in:
parent
a7736c03f0
commit
df712c9dbb
1 changed files with 7 additions and 0 deletions
|
|
@ -31,6 +31,13 @@
|
||||||
...
|
...
|
||||||
fun:g_malloc0
|
fun:g_malloc0
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
<g_get_language_names_malloc>
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:malloc
|
||||||
|
...
|
||||||
|
fun:g_get_language_names_with_category
|
||||||
|
}
|
||||||
{
|
{
|
||||||
libunwind:msync_uninitialized_bytes
|
libunwind:msync_uninitialized_bytes
|
||||||
Memcheck:Param
|
Memcheck:Param
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue