Merge "adb: fix double close in jdwp_service." into pi-dev

This commit is contained in:
Josh Gao 2018-05-15 04:50:43 +00:00 committed by Android (Google) Code Review
commit 09b309807f

View file

@ -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();