Merge "Destroy Allocation with ScriptIntrinsicLut" am: 622b140f94 am: 088eca8302

am: 43dca4780f

Change-Id: Ic180a772a7131e32987364d01581b0333315b798
This commit is contained in:
Yang Ni
2017-05-04 19:08:27 +00:00
committed by android-build-merger

View File

@@ -56,6 +56,10 @@ public final class ScriptIntrinsicLUT extends ScriptIntrinsic {
}
public void destroy() {
mTables.destroy();
super.destroy();
}
private void validate(int index, int value) {
if (index < 0 || index > 255) {