Skip to content
Snippets Groups Projects
Commit d4396f5d authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add a wildcard so these work in debug builds too

parent 746d183a
No related branches found
No related tags found
No related merge requests found
Pipeline #8057 failed
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
Memcheck:Leak Memcheck:Leak
match-leak-kinds: all match-leak-kinds: all
fun:malloc fun:malloc
...
fun:*js*PropertyTree*insertChild* fun:*js*PropertyTree*insertChild*
} }
{ {
...@@ -67,6 +68,7 @@ ...@@ -67,6 +68,7 @@
Memcheck:Leak Memcheck:Leak
match-leak-kinds: all match-leak-kinds: all
fun:malloc fun:malloc
...
fun:*VectorToKeyIterator* fun:*VectorToKeyIterator*
} }
{ {
...@@ -74,6 +76,7 @@ ...@@ -74,6 +76,7 @@
Memcheck:Leak Memcheck:Leak
match-leak-kinds: all match-leak-kinds: all
fun:malloc fun:malloc
...
fun:*js*GCHelperThread*replenishAndFreeLater* fun:*js*GCHelperThread*replenishAndFreeLater*
} }
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment