Commit 3550e936 authored by yangguo@chromium.org's avatar yangguo@chromium.org

Delete socket connection after debugger input loop ends.

R=svenpanne@chromium.org
BUG=v8:3193
LOG=N

Review URL: https://codereview.chromium.org/198073004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19991 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 91edfc5f
...@@ -217,6 +217,8 @@ void RemoteDebugger::Run() { ...@@ -217,6 +217,8 @@ void RemoteDebugger::Run() {
delete event; delete event;
} }
delete conn_;
conn_ = NULL;
// Wait for the receiver thread to end. // Wait for the receiver thread to end.
receiver.Join(); receiver.Join();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment