Commit e2632f1b authored by jhawkins@chromium.org's avatar jhawkins@chromium.org

Valgrind: Add suppression for a new leak in SkCreateCGImageRefWithColorspace.

BUG=107154
TEST=none
TBR=thestig@chromium.org

Review URL: http://codereview.chromium.org/8914004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113971 0039d316-1c4b-4281-b951-d872f2087c98
parent 6c1f96d0
......@@ -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
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment