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

Commit fc67acc3 authored by David 'Digit' Turner's avatar David 'Digit' Turner Committed by Android (Google) Code Review
Browse files

Merge "libsysutils: Fix a file descriptor leak." into honeycomb

parents 02526d48 b913b517
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;
            }
        }