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

Unified Diff: tools/lsan/suppressions.txt

Issue 292663004: Remove two unused LSan suppressions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/lsan/suppressions.txt
diff --git a/tools/lsan/suppressions.txt b/tools/lsan/suppressions.txt
index 446acc9a1912f4f65dd2727f15e9035ac61ac890..e25989cc8888334c3cab2f5a07cdff4324f6ffd4 100644
--- a/tools/lsan/suppressions.txt
+++ b/tools/lsan/suppressions.txt
@@ -9,17 +9,9 @@ leak:libfontconfig
# Leaks in Nvidia's libGL.
leak:libGL.so
-# False positive in Blink due to bit twiddling on pointers. http://crbug.com/242672
-# TODO(earthdok): Annotate.
-leak:WTF::BitVector::resizeOutOfLine
-
# A small string is leaked here (57 bytes per process). http://crbug.com/46571#c9
leak:WebCore::V8GCController::collectGarbage
-# Intentional leak in Blink. http://crbug.com/121729
-# TODO(earthdok): annotate it.
-leak:WebCore::parseUASheet
-
# http://crbug.com/270180
leak:net::ProxyResolverV8::Context::ResolveProxy
« 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