Revision: 19991
Author:   [email protected]
Date:     Mon Mar 17 13:32:02 2014 UTC
Log:      Delete socket connection after debugger input loop ends.

[email protected]
BUG=v8:3193
LOG=N

Review URL: https://codereview.chromium.org/198073004
http://code.google.com/p/v8/source/detail?r=19991

Modified:
 /branches/bleeding_edge/src/d8-debug.cc

=======================================
--- /branches/bleeding_edge/src/d8-debug.cc     Tue Jan  7 08:27:53 2014 UTC
+++ /branches/bleeding_edge/src/d8-debug.cc     Mon Mar 17 13:32:02 2014 UTC
@@ -217,6 +217,8 @@
     delete event;
   }

+  delete conn_;
+  conn_ = NULL;
   // Wait for the receiver thread to end.
   receiver.Join();
 }

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to