From a905ba5c31e8ba18d8da7560500fcea5bb3f7cab Mon Sep 17 00:00:00 2001
From: stefanbjarni <stefanbjarni>
Date: Sat, 2 Jul 2005 23:40:39 +0000
Subject: [PATCH] Added a comment about fixing a live leak later.

---
 .../internal/debug/core/model/PHPDebugTarget.java  |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/model/PHPDebugTarget.java b/net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/model/PHPDebugTarget.java
index d5e58f6..4a9dccb 100644
--- a/net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/model/PHPDebugTarget.java
+++ b/net.sourceforge.phpeclipse.debug.core/src/net/sourceforge/phpdt/internal/debug/core/model/PHPDebugTarget.java
@@ -45,6 +45,7 @@ public class PHPDebugTarget implements IPHPDebugTarget, ILaunchListener, IDebugE
 		this.launch = launch;
 		this.process = process;
 		this.threads = new PHPThread[0];
+		// TODO XXX remove breakpoint listener at termination to avoid live leak
 		IBreakpointManager manager= DebugPlugin.getDefault().getBreakpointManager();
 		manager.addBreakpointListener(this);
 		DebugPlugin.getDefault().addDebugEventListener(this);
-- 
1.7.1