diff options
-rw-r--r-- | tools/heapcheck/suppressions.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 97b7e02..d514d54 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -72,6 +72,17 @@ Heapcheck:Leak fun:PORT_ZAlloc_Util } +# SSLClientSocketTest (net_unittests) leaks memory. +{ + bug_32170_a + Heapcheck:Leak + fun:PL_ArenaAllocate +} +{ + bug_32170_b + Heapcheck:Leak + fun:nss_ZAlloc +} { bug_30547 Heapcheck:Leak |