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

Commit 62bac75d authored by Dave Platt's avatar Dave Platt Committed by Android Git Automerger
Browse files

am 76e5ca81: Fix descriptor leak after accepting connections

* commit '76e5ca81':
  Fix descriptor leak after accepting connections
parents e966e577 76e5ca81
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -326,6 +326,7 @@ class LocalSocketImpl
        }

        s.fd = accept(fd, s);
        s.mFdCreatedInternally = true;
    }

    /**
@@ -536,4 +537,3 @@ class LocalSocketImpl
        close();
    }
}