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

Commit a14da5b1 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick Committed by Android Git Automerger
Browse files

am 499b45a3: Merge "libsysutils: Fix a file descriptor leak."

* commit '499b45a3':
  libsysutils: Fix a file descriptor leak.
parents fdb915d2 499b45a3
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;
            }
        }