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

Commit 27c06bab authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Code Review
Browse files

Merge "Release reference when putting RILRequest back into the pool."

parents d34c1495 3ffccab7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -141,6 +141,7 @@ class RILRequest {
                this.mNext = sPool;
                sPool = this;
                sPoolSize++;
                mResult = null;
            }
        }
    }