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

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

Issue 12218129: suppress memory leak from ValueStoreFrontend (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 925fb45e194b28fbccef55aaae176a6bc7a4a4a6..59773fffa8f7a84fda0ec5d1d28de94aae2310f0 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6525,3 +6525,9 @@
fun:_ZN4base15DictionaryValue6RemoveERKSsPPNS_5ValueE
fun:_ZN32PluginFinderTest_JsonSyntax_Test8TestBodyEv
}
+{
+ bug_175823
+ Memcheck:Leak
+ ...
+ fun:_ZN18ValueStoreFrontend*
+}
« 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