<rdar://problem/6127705> Excessive memory consumption on image load failure
Reviewed by Antti Koivisto and Darin Adler When we fail to decode an image we clear most of the image data, but not the input data itself, which can be backed by a CFData object that itself holds onto a few hundred Kbs of memory. This patch merely ensures that this buffer gets cleared. git-svn-id: svn://svn.chromium.org/blink/trunk@42664 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment