Bug 1723016 - Fix valgrind bustage. a=bustage-fix CLOSED TREE

This commit is contained in:
Mike Hommey 2021-07-30 16:46:30 +03:00
parent 2db575b37c
commit 9e044bbc33
2 changed files with 3 additions and 0 deletions

View File

@ -149,6 +149,7 @@
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
...
fun:_ZN3std6thread5local4fast12Key$LT$T$GT$14try_initialize*
fun:_ZN5style5bloom19StyleBloom$LT$E$GT$3new*
...
@ -158,6 +159,7 @@
Memcheck:Leak
match-leak-kinds: definite
fun:malloc
...
fun:_ZN3std6thread5local4fast12Key$LT$T$GT$14try_initialize*
...
fun:_ZN5style7sharing26StyleSharingCache$LT$E$GT$3new*

View File

@ -1054,6 +1054,7 @@
{
Starting with rust 1.52
Memcheck:Cond
...
fun:_ZN5style10properties10shorthands4font10parse_into*
fun:_ZN5style10properties19PropertyDeclaration10parse_into*
fun:_ZN5style10properties17declaration_block31parse_property_declaration_list*