Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: src/d8-debug.cc

Issue 198073004: Delete socket connection after debugger input loop ends. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8-debug.cc
diff --git a/src/d8-debug.cc b/src/d8-debug.cc
index 2c909fa7622703421f0960c9b82eb2fbe26ca07e..7eb2016bd330cd6fb403558f119507a0c9164987 100644
--- a/src/d8-debug.cc
+++ b/src/d8-debug.cc
@@ -217,6 +217,8 @@ void RemoteDebugger::Run() {
delete event;
}
+ delete conn_;
+ conn_ = NULL;
// Wait for the receiver thread to end.
receiver.Join();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698