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

Unified Diff: src/debug-agent.h

Issue 153623009: Fixed space leak in DebuggerAgentSession. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 10 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 | src/debug-agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug-agent.h
diff --git a/src/debug-agent.h b/src/debug-agent.h
index 138e51acc6059e4cc473be17c5611491d561bf6d..e81e4cd6aa76375a8dd851af605e65d105332bbe 100644
--- a/src/debug-agent.h
+++ b/src/debug-agent.h
@@ -83,6 +83,7 @@ class DebuggerAgentSession: public Thread {
DebuggerAgentSession(DebuggerAgent* agent, Socket* client)
: Thread("v8:DbgAgntSessn"),
agent_(agent), client_(client) {}
+ ~DebuggerAgentSession();
void DebuggerMessage(Vector<uint16_t> message);
void Shutdown();
« no previous file with comments | « no previous file | src/debug-agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698