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

Commit 86d01dec authored by Brad Fitzpatrick's avatar Brad Fitzpatrick
Browse files

Add missing lock in SocketListener.

Change-Id: I3d97a06381fce67ef13b1ccdeaa4e8e2830ab2aa
parent 09dd3e57
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -198,6 +198,7 @@ void SocketListener::runListener() {
                        pthread_mutex_unlock(&mClientsLock);
                    }
                    FD_CLR(fd, &read_fds);
                    pthread_mutex_lock(&mClientsLock);
                    continue;
                }
            }