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

Unified Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 8615003: Valgrind reports leaks in CGContextShowGlyphsWithAdvances on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/valgrind/memcheck/suppressions_mac.txt
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index 08fbad68fa0c6d499966f0ecf86fda3c853c8215..d35152a51faba68c143765c48f64bdb4e080e09a 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -1242,12 +1242,18 @@
fun:CFBundlePreflightExecutable
}
{
- bug_75142
+ bug_75142a
Memcheck:Addr4
...
fun:CGContextShowGlyphsWithAdvances
}
{
+ bug_75142b
+ Memcheck:Leak
+ ...
+ fun:CGContextShowGlyphsWithAdvances
+}
+{
bug_75714_a
Memcheck:Addr8
...
« 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