Merge "adb: fix double close in jdwp_service."

This commit is contained in:
Treehugger Robot 2018-05-15 01:52:29 +00:00 committed by Gerrit Code Review
commit da6ab73420

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