Author: sebawagner
Date: Sat Apr 14 15:59:00 2012
New Revision: 1326134

URL: http://svn.apache.org/viewvc?rev=1326134&view=rev
Log:
OPENMEETINGS-165 Remove Object from list to make it possible for Garbage 
Collector to throw it away

Modified:
    
incubator/openmeetings/trunk/singlewebapp/src/org/openmeetings/app/remote/FLVRecorderService.java

Modified: 
incubator/openmeetings/trunk/singlewebapp/src/org/openmeetings/app/remote/FLVRecorderService.java
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/src/org/openmeetings/app/remote/FLVRecorderService.java?rev=1326134&r1=1326133&r2=1326134&view=diff
==============================================================================
--- 
incubator/openmeetings/trunk/singlewebapp/src/org/openmeetings/app/remote/FLVRecorderService.java
 (original)
+++ 
incubator/openmeetings/trunk/singlewebapp/src/org/openmeetings/app/remote/FLVRecorderService.java
 Sat Apr 14 15:59:00 2012
@@ -399,6 +399,7 @@ public class FLVRecorderService implemen
                        
                        log.debug("Stream Closing :: " + 
flvRecordingMetaDataId);
                        listenerAdapter.closeStream();
+                       streamListeners.remove(flvRecordingMetaDataId);
 
                        ClientBroadcastStream stream = (ClientBroadcastStream) 
streamToClose;
 


Reply via email to