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

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

Issue 9700027: suppress leaks in PasswordStore code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 28d2d74318bd434270681563e67a9c10443b1f62..6c0bad66440b768027bfd1c8b829434df0709848 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5922,6 +5922,26 @@
fun:_ZN3net16HostResolverImpl3Job16CompleteRequestsEiRKNS_11AddressListEN4base9TimeDeltaE
fun:_ZN3net16HostResolverImpl3Job18OnProcTaskCompleteEiRKNS_11AddressListE
}
+{
+ bug_118196_a
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:_ZN3sql10Connection18GetCachedStatementERKNS_11StatementIDEPKc
+ ...
+ fun:_ZN*13LoginDatabase*
+ ...
+ fun:_ZN*PasswordStore*
+}
+{
+ bug_118196_b
+ Memcheck:Leak
+ fun:_Znw*
+ ...
+ fun:_ZNK20PasswordStoreFactory23BuildServiceInstanceForEP7Profile
+ fun:_ZN23ProfileKeyedBaseFactory17GetBaseForProfileEP7Profileb
+ fun:_ZN20PasswordStoreFactory13GetForProfileEP7ProfileNS0_17ServiceAccessTypeE
+}
#-----------------------------------------------------------------------
# 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