From 7d81d80a3caee905309f61e5696afaab5b9d4f08 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Wed, 27 Nov 2013 15:32:24 -0800 Subject: [PATCH] Bug 944133 - Valgrind-on-TBPL: Suppress an intentional leak. NPOTB --- build/valgrind/cross-architecture.sup | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/build/valgrind/cross-architecture.sup b/build/valgrind/cross-architecture.sup index 1d69791fa50f..205c6145748f 100644 --- a/build/valgrind/cross-architecture.sup +++ b/build/valgrind/cross-architecture.sup @@ -5,19 +5,31 @@ #################### { - PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 793534 and see bug 793549.) + PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 793534.) Memcheck:Leak ... fun:_ZL9SaveToEnvPKc ... } { - PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 793534 and see bug 793549.) + PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 793549.) Memcheck:Leak ... fun:_ZL13SaveWordToEnvPKcRK19nsACString_internal ... } +{ + PR_SetEnv requires its argument to be leaked, but does not appear on stacks. (See bug 944133.) + Memcheck:Leak + ... + fun:_ZN13CrashReporter14SetRestartArgsEiPPc + ... +} + +#################################### +# Leaks in third party libraries # +#################################### + { See bug 793535 Memcheck:Leak