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

Commit 977d01f3 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 27c06bab: Merge "Release reference when putting RILRequest back into the pool."

* commit '27c06bab':
  Release reference when putting RILRequest back into the pool.
parents 74923d3a 27c06bab
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;
            }
        }
    }