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

Unified Diff: tools/lsan.supp

Issue 543063002: Suppress mystery leak. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 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 | « 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.supp
diff --git a/tools/lsan.supp b/tools/lsan.supp
index c8363a576774c2a797841fc2e1615f711e56abee..8d46f5bd0e29498c01b47dae663f4579705f5231 100644
--- a/tools/lsan.supp
+++ b/tools/lsan.supp
@@ -7,3 +7,6 @@ leak:libfontconfig
# Nvidia driver
leak:libGL.so
+
+# Not clear what this is. skia:2916
+leak:__strdup
« 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