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

Unified Diff: tools/lsan/suppressions.txt

Issue 23460014: [chromium]: Annotate StringImpl::createStatic leak for LeakSanitizer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed WTF_USE_LEAK_ANNOTATIONS conditional macro as suggested. Created 7 years, 3 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 | « build/common.gypi ('k') | 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 f2dbbc5d56ea7aa180011fecb51b0ecfce1155a7..3b245f4e4091064759797c8181e68071a8bc9e25 100644
--- a/tools/lsan/suppressions.txt
+++ b/tools/lsan/suppressions.txt
@@ -4,9 +4,6 @@ leak:base::ToolsSanityTest_MemoryLeak_Test::TestBody
# False positives in libfontconfig. http://crbug.com/39050
leak:libfontconfig
-# Intentionally leaked "static" strings in Blink. http://crbug.com/268258
-leak:WTF::StringImpl::createStatic
-
# V8 leak, expect 1024 bytes leaked per process. http://crbug.com/99304
leak:v8::internal::V8::Initialize
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698