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

Unified Diff: tools/heapcheck/suppressions.txt

Issue 12212183: suppress memory leak from disk_cache::EntryImpl::OnEntryCreated (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/heapcheck/suppressions.txt
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 5ddf65f687c783fa35b6314aa5790e6525bb749f..a1e8adf860b309d5caa24c9c3ea119b9a3e6047a 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1794,3 +1794,11 @@
fun:MetricsLog::MetricsLog
fun:TestMetricsLog
}
+{
+ bug_176210
+ Heapcheck:Leak
+ ...
+ fun:disk_cache::*
+ fun:disk_cache::EntryImpl::*
+ fun:disk_cache::*
+}
« 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