commit | 09b309807ff4cbf53545749dabbfe2838a1755ff | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue May 15 04:50:43 2018 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue May 15 04:50:43 2018 +0000 |
tree | 644068dcf24ff06c3d68cb3d0bb8e1463360557f | |
parent | 0051684905e093c8c8ac5cc9f861392fea9d0b0c [diff] | |
parent | d88f3b696425373c927736bea907c172afc28b7d [diff] |
Merge "adb: fix double close in jdwp_service." into pi-dev
diff --git a/adb/jdwp_service.cpp b/adb/jdwp_service.cpp index 6f5396a..5f070d9 100644 --- a/adb/jdwp_service.cpp +++ b/adb/jdwp_service.cpp
@@ -292,8 +292,6 @@ goto CloseProcess; } - adb_close(fd); - D("sent file descriptor %d to JDWP process %d", fd, proc->pid); proc->out_fds.pop_back();