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

Fix last commit.

Put the "fun" back in malloc()!
parent eba2a37a
Branches
Tags
No related merge requests found
Pipeline #8056 failed
...@@ -59,21 +59,21 @@ ...@@ -59,21 +59,21 @@
JSinsertChild JSinsertChild
Memcheck:Leak Memcheck:Leak
match-leak-kinds: all match-leak-kinds: all
malloc fun:malloc
fun:*js*PropertyTree*insertChild* fun:*js*PropertyTree*insertChild*
} }
{ {
JSVectorToKeyIterator JSVectorToKeyIterator
Memcheck:Leak Memcheck:Leak
match-leak-kinds: all match-leak-kinds: all
malloc fun:malloc
fun:*VectorToKeyIterator* fun:*VectorToKeyIterator*
} }
{ {
JSreplenishAndFreeLater JSreplenishAndFreeLater
Memcheck:Leak Memcheck:Leak
match-leak-kinds: all match-leak-kinds: all
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