commit | b32f0ad89119625feedb4f0403bbbc94fae44668 | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Tue Nov 04 06:46:11 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Tue Nov 04 06:46:11 2014 -0800 |
tree | a99845c2eaf4d2cf2e0375ac192ae10208994ce2 | |
parent | 5698f91d602dc974ad5c453ff9588ded7353050b [diff] |
Fix layer cache memory leak The issue was that, with caching disabled, the layer cache code was removing layers outside of a purge (i.e., in unlock) but not correctly cleaning up the GrPictureInfo objects (as is done in purgePlot). Review URL: https://codereview.chromium.org/703643002