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

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

Issue 12430005: Add/update suppression for leak in DomStorage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 d97de51cd4d6582803b626ad762b5e2f652b859d..22f7878ecb5fa2ac3f84f544e0a011a9a690870d 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6152,7 +6152,7 @@
fun:_Znw*
fun:_ZN4base4BindIMN11dom_storage17DomStorageContextEFvRK4GURLE13scoped_refptrIS2_ES3_EENS_8CallbackINS_8internal9BindStateINSB_13FunctorTraitsIT_E12RunnableTypeENSF_7RunTypeEFvNSB_19CallbackParamTraitsIT0_E11StorageTypeENSI_IT1_E11StorageTypeEEE14UnboundRunTypeEEESE_RKSJ_RKSM_
fun:_ZN7content21DOMStorageContextImpl18DeleteLocalStorageERK4GURL
- fun:_ZN7content20StoragePartitionImpl23AsyncClearDataForOriginERK4GURLPN3net23URLRequestContextGetterE
+ fun:_ZN7content20StoragePartitionImpl23AsyncClearDataForOriginEjRK4GURLPN3net23URLRequestContextGetterE
fun:_ZN10extensions11DataDeleter13StartDeletingEP7ProfileRKSsRK4GURL
fun:_ZN16ExtensionService18UninstallExtensionESsbPSbItN4base20string16_char_traitsESaItEE
}
@@ -6714,3 +6714,16 @@
fun:_Znw*
fun:_ZN4base58WeakPtrTest_NonOwnerThreadCanCopyAndAssignWeakPtrBase_Test8TestBodyEv
}
+{
+ bug_180381
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:_ZN4base8FilePath31StripTrailingSeparatorsInternalEv
+ fun:_ZNK4base8FilePath7DirNameEv
+ fun:_ZN11dom_storage18DomStorageDatabase18GetJournalFilePathERKN4base8FilePathE
+ fun:_ZN11dom_storage27LocalStorageDatabaseAdapter11DeleteFilesEv
+ fun:_ZN11dom_storage14DomStorageArea12DeleteOriginEv
+ fun:_ZN11dom_storage19DomStorageNamespace24DeleteLocalStorageOriginERK4GURL
+ fun:_ZN11dom_storage17DomStorageContext18DeleteLocalStorageERK4GURL
+}
« 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