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

Commit 07290a7b authored by Dave Platt's avatar Dave Platt Committed by Android Git Automerger
Browse files

am 3bbf7e6a: am 62bac75d: am 76e5ca81: Fix descriptor leak after accepting connections

* commit '3bbf7e6a':
  Fix descriptor leak after accepting connections
parents 1b5bc6f8 3bbf7e6a
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();
    }
}