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

Commit 5dd0be29 authored by Dave Platt's avatar Dave Platt Committed by Android Git Automerger
Browse files

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

* commit '07290a7b':
  Fix descriptor leak after accepting connections
parents d5d0ab5b 07290a7b
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();
    }
}