diff options
| author | 2016-01-13 15:23:56 -0800 | |
|---|---|---|
| committer | 2016-01-13 15:23:56 -0800 | |
| commit | 74dfcf90f18d8d0e1128707a5986c4fa94d70350 (patch) | |
| tree | e7dafb136a6bd65211a07c709f9b6f6c7c352714 /libs/hwui/GradientCache.cpp | |
| parent | eebf168e43e4a455a74e949cc0d7e156b231a697 (diff) | |
Pulling in https://android-review.googlesource.com/#/c/186482/1
Fix memory leak in HWUI
std::unique_ptr::release just releases the ownership of the
managed object. To delete the object, std::unique_ptr::reset
function should be called.
Bug: 26116596
Change-Id: If65f74085b1fc2be3a9fffc433326e0bcdb40ff3
Diffstat (limited to 'libs/hwui/GradientCache.cpp')
0 files changed, 0 insertions, 0 deletions