[richfaces-issues] [JBoss JIRA] Commented: (RF-4470) FF3 a4j:poll memory leak

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Sep 29 22:13:20 EDT 2008


    [ https://jira.jboss.org/jira/browse/RF-4470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12431710#action_12431710 ] 

Nick Belaevski commented on RF-4470:
------------------------------------

Patch 1:

Index: impl/src/main/javascript/ajaxjsf/JSFAJAX.js
===================================================================
--- impl/src/main/javascript/ajaxjsf/JSFAJAX.js	(revision 8834)
+++ impl/src/main/javascript/ajaxjsf/JSFAJAX.js	(working copy)
@@ -314,8 +314,10 @@
 			    if (isLast)
 			    {
 			    	_this.doFinish();
-			    	_this = undefined;
 			    }
+
+				_this = undefined;
+			  
 			  }, 0);
 		    } else
 		    {



> FF3 a4j:poll memory leak
> ------------------------
>
>                 Key: RF-4470
>                 URL: https://jira.jboss.org/jira/browse/RF-4470
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.1, 3.2.2
>         Environment: Linux nebula 2.6.18.8-0.9-bigsmp #1 SMP Sun Feb 10 22:48:05 UTC 2008 i686 i686 i386 GNU/Linux
> Firefox 3
> Jboss 4.2.2.GA
> Seam 2.0.1.GA
> Richfaces 3.2.1.GA 
>            Reporter: Paul Pantages
>            Assignee: Nick Belaevski
>             Fix For: 3.3.0
>
>         Attachments: jboss-seam-booking.ear, Plot after patch.jpg, xgraph1.jpg, xgraph2.jpg
>
>
> See forum reference posts by pdpantages.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list