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

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

Issue 7790030: Valgrind: Suppress leak in PasswordManagerDelegateImpl::AddSavePasswordInfoBar. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 3 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
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 100825)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -4995,6 +4995,18 @@
fun:_ZN12browser_sync29NonFrontendDataTypeController16StartAssociationEv
fun:_Z16DispatchToMethodIN12browser_sync26AutofillDataTypeControllerEMNS0_29NonFrontendDataTypeControllerEFvvEEvPT_T0_RK6Tuple0
}
+{
+ bug_96365
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN27PasswordManagerDelegateImpl22AddSavePasswordInfoBarEP19PasswordFormManager
+ fun:_ZN15PasswordManager14DidStopLoadingEv
+ fun:_ZN11TabContents14DidStopLoadingEv
+ fun:_ZN14RenderViewHost19OnMsgDidStopLoadingEv
+ fun:_ZN3IPC7Message8DispatchI14RenderViewHostS2_EEbPKS0_PT_PT0_MS5_FvvE
+ fun:_ZN14RenderViewHost17OnMessageReceivedERKN3IPC7MessageE
+ fun:_ZN24BrowserRenderProcessHost17OnMessageReceivedERKN3IPC7MessageE
+}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations
« 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