mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
valgrind supps: ignore leaks where pango is the first frame
This commit is contained in:
parent
bc3d1fbfb6
commit
89222216f0
1 changed files with 8 additions and 0 deletions
|
@ -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*
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue