Skip to content

Commit 27c06ba

Browse files
Jean-Baptiste QueruAndroid Code Review
authored andcommitted
Merge "Release reference when putting RILRequest back into the pool."
2 parents d34c149 + 3ffccab commit 27c06ba

File tree

1 file changed

+1
-0
lines changed
  • telephony/java/com/android/internal/telephony

1 file changed

+1
-0
lines changed

telephony/java/com/android/internal/telephony/RIL.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ void release() {
141141
this.mNext = sPool;
142142
sPool = this;
143143
sPoolSize++;
144+
mResult = null;
144145
}
145146
}
146147
}

0 commit comments

Comments
 (0)