mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-20 15:30:11 +00:00
Fix database reference leak
This commit is contained in:
@@ -81,6 +81,7 @@ public class ComputerManagerService extends Service {
|
|||||||
if (!pollComputer(details)) {
|
if (!pollComputer(details)) {
|
||||||
if (!newPc && offlineCount < OFFLINE_POLL_TRIES) {
|
if (!newPc && offlineCount < OFFLINE_POLL_TRIES) {
|
||||||
// Return without calling the listener
|
// Return without calling the listener
|
||||||
|
releaseLocalDatabaseReference();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user