Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 16057020: suppress memory leak content::ShellBrowserMainParts::PreMainMessageLoopRun (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index c7007160056f562825877e04d839e2c0b7c3bcc5..d955cd359aabcdf623a990a8437f5628836ad3a5 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -7308,7 +7308,7 @@ fun:_ZN7content21RenderViewHostManager8NavigateERKNS_19NavigationEntryImplE
fun:_ZN3IPC12ChannelProxy7Context15OnChannelClosedEv
}
{
- bug_245828
+ bug_245828a
Memcheck:Leak
fun:_Znw*
fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_objects8LocationERKNS_8CallbackIFvvEEESA_
@@ -7326,6 +7326,19 @@ fun:_ZN7content21RenderViewHostManager8NavigateERKNS_19NavigationEntryImplE
fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
}
{
+ bug_245828b
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN7content21ShellBrowserMainParts21PreMainMessageLoopRunEv
+ fun:_ZN7content15BrowserMainLoop13CreateThreadsEv
+ fun:_ZN7content21BrowserMainRunnerImpl10InitializeERKNS_18MainFunctionParamsE
+ fun:_Z16ShellBrowserMainRKN7content18MainFunctionParamsE
+ fun:_ZN7content17ShellMainDelegate10RunProcessERKSsRKNS_18MainFunctionParamsE
+ fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19ContentMainDelegateE
+ fun:_ZN7content21ContentMainRunnerImpl3RunEv
+ fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
+}
+{
bug_245866
Memcheck:Leak
fun:_Znw*
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698