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

Commit 2740b8c4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "SystemServer: Unbind to remove connection leak" into main

parents d3e683c8 92a984bf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1694,6 +1694,7 @@ class BluetoothManagerService {
                        if (mAdapter == null) {
                            break;
                        }
                        mContext.unbindService(mConnection);
                        mAdapter = null;
                    } finally {
                        mAdapterLock.writeLock().unlock();