зеркало из https://github.com/mozilla/gecko-dev.git
Bug 944133 - Valgrind-on-TBPL: Suppress an intentional leak.
NPOTB
This commit is contained in:
Родитель
117cd83d44
Коммит
7d81d80a3c
|
@ -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
|
Memcheck:Leak
|
||||||
...
|
...
|
||||||
fun:_ZL9SaveToEnvPKc
|
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
|
Memcheck:Leak
|
||||||
...
|
...
|
||||||
fun:_ZL13SaveWordToEnvPKcRK19nsACString_internal
|
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
|
See bug 793535
|
||||||
Memcheck:Leak
|
Memcheck:Leak
|
||||||
|
|
Загрузка…
Ссылка в новой задаче