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

Commit 5436b0cf authored by Robert Greenwalt's avatar Robert Greenwalt Committed by Android (Google) Code Review
Browse files

Merge "Fix descriptor leak after accepting connections"

parents 36be65f5 3e7305c6
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();
    }
}