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

Commit 4a794846 authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Fix descriptor leak after accepting connections"

parents eee2c72f d75932b5
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();
    }
}