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

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

Issue 2739004: Add a category 1 suppression for a leak in FcFontSort(). (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Harder bottom frame Created 10 years, 6 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/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 6ad6fe84970c5f9a959e086edcefeb1fe060632e..6fddda61fed1505ad4ee6de0a25981f573f74f3e 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -115,6 +115,18 @@
fun:FcConfigSubstitute
}
{
+ bug_46177
+ Memcheck:Leak
+ ...
+ fun:FcCharSetFindLeafCreate
+ fun:FcCharSetAddLeaf
+ fun:FcCharSetOperate
+ fun:FcFontSetSort
+ fun:FcFontSort
+ ...
+ fun:pango_layout_get_pixel_size
+}
+{
dlopen invalid read, probably a bug in glibc. TODO(dkegel): file glibc bug
Memcheck:Value4
...
« 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