[gjs: 2/5] valgrind: Update ignore pattern



commit ff544fd2ac48995d4db5c703bfb294ea06062e2c
Author: Philip Chimento <philip chimento gmail com>
Date:   Wed Apr 4 10:29:43 2018 -0700

    valgrind: Update ignore pattern
    
    This fixes the ignore pattern for the Cairo memory leak for which we have
    an open bug: https://bugs.freedesktop.org/show_bug.cgi?id=105466

 installed-tests/extra/gjs.supp | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/installed-tests/extra/gjs.supp b/installed-tests/extra/gjs.supp
index 4d399f09..a768e27e 100644
--- a/installed-tests/extra/gjs.supp
+++ b/installed-tests/extra/gjs.supp
@@ -133,13 +133,10 @@
    match-leak-kinds: definite
    fun:malloc
    ...
-   fun:FcPatternDuplicate
-   fun:_cairo_ft_font_face_create_for_pattern
-   fun:_cairo_ft_font_face_create_for_toy
-   fun:_cairo_toy_font_face_create_impl_face
-   fun:_cairo_toy_font_face_init
-   fun:cairo_toy_font_face_create
-   fun:_cairo_gstate_ensure_font_face
+   fun:FcConfigSubstituteWithPat
+   fun:_cairo_ft_resolve_pattern
+   fun:_cairo_ft_font_face_get_implementation
+   fun:cairo_scaled_font_create
    fun:_cairo_gstate_ensure_scaled_font
    fun:_cairo_gstate_get_scaled_font
    fun:_cairo_default_context_get_scaled_font


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]