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

Commit 3bbf7e6a authored by Dave Platt's avatar Dave Platt Committed by Android Git Automerger
Browse files

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

* commit '62bac75d':
  Fix descriptor leak after accepting connections
parents bd9acc22 62bac75d
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();
    }
}