commit | e361781bf7ce8acd4af00c426b34596804d45d77 | [log] [tgz] |
---|---|---|
author | scroggo <scroggo@google.com> | Fri Oct 09 12:15:57 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Oct 09 12:15:57 2015 -0700 |
tree | fc86055989bedc6145b070007007051bff90737a | |
parent | e6dd004c1b8a81dc37a370570877b8b7d6dbe308 [diff] |
Fix codec memory leaks in nanobench SubsetTranslateBench.cpp: Unref the color table, so it gets deleted. SkBitmapRegionDecoderInterface.cpp: Delete the stream if it is not used. BUG=skia:3418 Review URL: https://codereview.chromium.org/1396113003