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

Commit 68ac3422 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Merge "adb: fix double close in jdwp_service." am: da6ab734 am: c4c55853

am: 743277e8

Change-Id: Ieb95741f0656c79dba1446410c9aa3949e153e5f
parents f06e5e05 743277e8
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();