Merge "Destroy Allocation with ScriptIntrinsicLut" am: 622b140f94
am: 088eca8302
Change-Id: I9b5cf20890474a8921def39b955863cf7eaade67
This commit is contained in:
@@ -56,6 +56,10 @@ public final class ScriptIntrinsicLUT extends ScriptIntrinsic {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void destroy() {
|
||||||
|
mTables.destroy();
|
||||||
|
super.destroy();
|
||||||
|
}
|
||||||
|
|
||||||
private void validate(int index, int value) {
|
private void validate(int index, int value) {
|
||||||
if (index < 0 || index > 255) {
|
if (index < 0 || index > 255) {
|
||||||
|
|||||||
Reference in New Issue
Block a user