diff options
author | weili <weili@chromium.org> | 2016-09-21 12:26:54 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-21 12:26:54 -0700 |
commit | 37f6e2cbd5321fda5ad3000610371402eda3da65 (patch) | |
tree | 02462eec784e621ffb447eb82387a18ff1da35b1 | |
parent | b94d7c9216160269d43a722b8e216790ba4b5d3b (diff) | |
download | pdfium-37f6e2cbd5321fda5ad3000610371402eda3da65.tar.xz |
Clear LeakSanitizer's suppression list
We have cleared all the leaks in our code. There is no need for
those suppressions. Plus, most of them are obsolete due to code
refactoring.
Still keep this file around so that suppressions can be added if needed
in the future.
BUG=pdfium:242,pdfium:260
Review-Url: https://codereview.chromium.org/2360743002
-rw-r--r-- | tools/lsan/lsan_suppressions.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/lsan/lsan_suppressions.txt b/tools/lsan/lsan_suppressions.txt index 1a32a9cd7a..b646ab5697 100644 --- a/tools/lsan/lsan_suppressions.txt +++ b/tools/lsan/lsan_suppressions.txt @@ -10,10 +10,3 @@ # See https://www.chromium.org/developers/testing/leaksanitizer for syntax. ################################################################################ -# CJS_Object/CJS_EmbedObj wrapped by v8::Object currently leak. See bug 260. -# Obvious leaks: -leak:*FXJS_NewFxDynamicObj* - -# CJS_Field CFX_WideString::StringData leaks -leak:*CJS_Document*getField_static* -leak:*CJS_EventHandler*OnField* |