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

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

Issue 3120005: Suppressing bug 51707 http://crbug.com/51707 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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 55599)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -4035,3 +4035,13 @@
fun:_ZN24BrowserRenderProcessHost22OnExtensionAddListenerERKSs
fun:_Z16DispatchToMethodI24BrowserRenderProcessHostMS0_FvRKSsESsEvPT_T0_RK6Tuple1IT1_E
}
+{
+ bug_51707
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN16CookiesTreeModelC2EPN3net13CookieMonsterEP26BrowsingDataDatabaseHelperP30BrowsingDataLocalStorageHelperS6_P26BrowsingDataAppCacheHelper
+ fun:_ZN26TabSpecificContentSettings27LocalSharedObjectsContainer19GetCookiesTreeModelEv
+ fun:-[CollectedCookiesWindowController loadTreeModelFromTabContents]
+ fun:-[CollectedCookiesWindowController initWithTabContents:]
+ fun:_ZN12_GLOBAL__N_154CollectedCookiesWindowControllerTest_Construction_Test8TestBodyEv
+}
« 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