commit | 034de6b1ec561797a2422314e6ef03e3cd3e08e0 | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Thu Sep 27 19:01:55 2012 -0700 |
committer | Romain Guy <romainguy@google.com> | Thu Sep 27 19:01:55 2012 -0700 |
tree | 72951205d3982380572e13aa7044f6417cfbc6fc | |
parent | 6ed9e43879039ce0cbead08d304edbce79a88ced [diff] |
Plug memory leak that happens when reusing display lists Bug #7195815 We did not reclaim resources when reusing an existing DisplayList to record a new empty list of commands. This would lead to various memory leaks: bitmaps, paints, paths, matrices, etc. This is not a common case but some apps run into this situation, such as Launcher. Change-Id: I2eb14ac86a212123f8edbe42b70a7c1c51fa4145