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

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

Issue 8914004: Valgrind: Add suppression for a new leak in SkCreateCGImageRefWithColorspace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 12a3438b3593d5be867aab75c0d3be1ba7b8d1cc..583429aa58f9ca106823572e90c047d14e389949 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -2229,3 +2229,25 @@
fun:_ZN15tracked_objects10ThreadData23InitializeThreadContextERKSs
fun:_ZN4base14PlatformThread7SetNameEPKc
}
+{
+ bug_107154
+ Memcheck:Leak
+ fun:malloc_zone_malloc
+ fun:_CFRuntimeCreateInstance
+ fun:CGTypeCreateInstanceWithAllocator
+ fun:CGTypeCreateInstance
+ fun:CGImageCreate
+ fun:_Z32SkCreateCGImageRefWithColorspaceRK8SkBitmapP12CGColorSpace
+ fun:_ZN7WebCoreL17resolveColorSpaceERK8SkBitmapP12CGColorSpace
+ fun:_ZN7WebCore10ImageFrame9setStatusENS0_11FrameStatusE
+ fun:_ZN7WebCore15PNGImageDecoder11pngCompleteEv
+ fun:_ZN7WebCoreL11pngCompleteEP14png_struct_defP15png_info_struct
+ fun:wk_png_push_read_chunk
+ fun:wk_png_process_data
+ fun:_ZN7WebCore14PNGImageReader6decodeERKNS_12SharedBufferEb
+ fun:_ZN7WebCore15PNGImageDecoder6decodeEb
+ fun:_ZN7WebCore15PNGImageDecoder18frameBufferAtIndexEm
+ fun:_ZN7WebCore11ImageSource18createFrameAtIndexEm
+ fun:_ZN6WebKit8WebImage8fromDataERKNS_7WebDataERKNS_7WebSizeE
+ fun:_ZNK11webkit_glue12ImageDecoder6DecodeEPKhm
+}
« 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