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

Commit c7e5ef67 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Merge cherrypicks of [7848027, 7846805, 7847697, 7847517] into qt-c2f2-release

Change-Id: If0d84c9f30032a70834d3dea771f6b75388c8db7
parents 4fad0889 35966f18
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -353,8 +353,8 @@ bool FuseBridgeLoop::ProcessEventLocked(const std::unordered_set<FuseBridgeEntry
        }
        }
        if (entry->IsClosing()) {
        if (entry->IsClosing()) {
            const int mount_id = entry->mount_id();
            const int mount_id = entry->mount_id();
            callback->OnClosed(mount_id);
            bridges_.erase(mount_id);
            bridges_.erase(mount_id);
            callback->OnClosed(mount_id);
            if (bridges_.size() == 0) {
            if (bridges_.size() == 0) {
                // All bridges are now closed.
                // All bridges are now closed.
                return false;
                return false;