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

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

Issue 10810067: Suppress leaks in CTFont (issue 138693) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | tools/valgrind/tsan/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions_mac.txt
===================================================================
--- tools/valgrind/memcheck/suppressions_mac.txt (revision 148064)
+++ tools/valgrind/memcheck/suppressions_mac.txt (working copy)
@@ -2458,3 +2458,9 @@
fun:_ZN3WTF10RefCountedIN7WebCore8NodeListEE5derefEv
fun:_ZN6WebKit11WebNodeList6assignEPN7WebCore8NodeListE
}
+{
+ bug_138693
+ Memcheck:Leak
+ ...
+ fun:CTFontCreateWithName
+}
« no previous file with comments | « no previous file | tools/valgrind/tsan/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698