mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
validate: ignore libvpx valgrind errors
Reviewers: thiblahute Differential Revision: http://phabricator.freedesktop.org/D132
This commit is contained in:
parent
133c415ade
commit
1c03eb0f71
1 changed files with 13 additions and 0 deletions
|
@ -57,3 +57,16 @@
|
||||||
fun:_cairo_gstate_show_text_glyphs
|
fun:_cairo_gstate_show_text_glyphs
|
||||||
fun:cairo_show_glyphs
|
fun:cairo_show_glyphs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# PENDING: https://bugzilla.gnome.org/show_bug.cgi?id=748417
|
||||||
|
{
|
||||||
|
Ignore all the invalid memory errors from libvpx
|
||||||
|
Memcheck:Cond
|
||||||
|
obj:/usr/lib64/libvpx.so*
|
||||||
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
Ignore all the invalid memory errors from libvpx
|
||||||
|
Memcheck:Value8
|
||||||
|
obj:/usr/lib64/libvpx.so*
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue