mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
validate: ignore a pixman leak which is fixed in master
http://phabricator.freedesktop.org/D128
This commit is contained in:
parent
2067b173cd
commit
8286adc047
1 changed files with 19 additions and 0 deletions
|
@ -29,3 +29,22 @@
|
||||||
fun:__glXInitialize
|
fun:__glXInitialize
|
||||||
fun:glXQueryVersion
|
fun:glXQueryVersion
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
Fixed in pixman master
|
||||||
|
Memcheck:Leak
|
||||||
|
fun:memalign
|
||||||
|
fun:allocate_and_init
|
||||||
|
fun:tls_get_addr_tail
|
||||||
|
fun:_pixman_implementation_lookup_composite
|
||||||
|
fun:pixman_image_composite32
|
||||||
|
fun:pixman_glyph_cache_insert
|
||||||
|
fun:composite_glyphs
|
||||||
|
fun:clip_and_composite
|
||||||
|
fun:_cairo_traps_compositor_glyphs
|
||||||
|
fun:_cairo_compositor_glyphs
|
||||||
|
fun:_cairo_image_surface_glyphs
|
||||||
|
fun:_cairo_surface_show_text_glyphs
|
||||||
|
fun:_cairo_gstate_show_text_glyphs
|
||||||
|
fun:cairo_show_glyphs
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue