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

Commit 499b45a3 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick Committed by Android Code Review
Browse files

Merge "libsysutils: Fix a file descriptor leak."

parents 4593e0a7 15d09854
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -225,6 +225,7 @@ void SocketListener::runListener() {
                }
                pthread_mutex_unlock(&mClientsLock);
                /* Destroy the client */
                close(c->getSocket());
                delete c;
            }
        }