[jboss-cvs] JBoss Messaging SVN: r2133 - trunk/src/main/org/jboss/jms/server/connectionmanager.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 2 01:38:23 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-02-02 01:38:23 -0500 (Fri, 02 Feb 2007)
New Revision: 2133

Modified:
   trunk/src/main/org/jboss/jms/server/connectionmanager/SimpleConnectionManager.java
Log:
fixed a activeConnectionEndpoints connection endpoint leak

Modified: trunk/src/main/org/jboss/jms/server/connectionmanager/SimpleConnectionManager.java
===================================================================
--- trunk/src/main/org/jboss/jms/server/connectionmanager/SimpleConnectionManager.java	2007-02-02 06:37:42 UTC (rev 2132)
+++ trunk/src/main/org/jboss/jms/server/connectionmanager/SimpleConnectionManager.java	2007-02-02 06:38:23 UTC (rev 2133)
@@ -113,6 +113,7 @@
          if (e != null)
          {
             endpoints.remove(e);
+            activeConnectionEndpoints.remove(e);
          }
 
          log.debug("unregistered connection " + e + " with remoting session ID " +




More information about the jboss-cvs-commits mailing list