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

Commit da6ab734 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "adb: fix double close in jdwp_service."

parents 32fcdf8d b7a9956c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -292,8 +292,6 @@ static void jdwp_process_event(int socket, unsigned events, void* _proc) {
                goto CloseProcess;
            }

            adb_close(fd);

            D("sent file descriptor %d to JDWP process %d", fd, proc->pid);

            proc->out_fds.pop_back();