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

Commit 73f4c61c authored by Jon Spivack's avatar Jon Spivack Committed by Gerrit Code Review
Browse files

Merge "Fix iterator in ServiceManager::removeCallback"

parents 3ee8935c e223f08a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -314,7 +314,7 @@ void ServiceManager::removeCallback(const wp<IBinder>& who,
    if (listeners.empty()) {
        *it = mNameToCallback.erase(*it);
    } else {
        it++;
        (*it)++;
    }
}