valgrind supps: ignore leaks where pango is the first frame

This commit is contained in:
Mathieu Duponchelle 2018-04-13 01:05:23 +02:00
parent bc3d1fbfb6
commit 89222216f0

View file

@ -615,3 +615,11 @@
...
fun:_test_query_start_free_gl
}
# FIXME: how does this even happen ? reproduce with make elements/textoverlay.valgrind
{
<We do not care about leaks where pango is the first object in the stacktrace>
Memcheck:Leak
...
obj:*/libpango*.so*
}