Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 088eca83 authored by Yang Ni's avatar Yang Ni Committed by android-build-merger
Browse files

Merge "Destroy Allocation with ScriptIntrinsicLut"

am: 622b140f

Change-Id: I7d781ce6f36d0205bb35a9b3416e4ea55f4b8eeb
parents 6904af36 622b140f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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) {