commit | 02b5aa3cacf9a288043029300b988d7b4b26ba5a | [log] [tgz] |
---|---|---|
author | msarett <msarett@google.com> | Tue Jul 14 14:39:59 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jul 14 14:39:59 2015 -0700 |
tree | be1bb82d56b44032d66429959703f421ff6ab13f | |
parent | be4229b58f00180164c12ddd73bd6fc072147650 [diff] |
Fixed valgrind issues with libjpeg-turbo The fixes are in the updated libjpeg-turbo repository pulled in by DEPS. The fixes are detailed in the linked skia bug. To summarize briefly, we now use calloc() instead of malloc(). BUG=skia:4030 Review URL: https://codereview.chromium.org/1237213004