cziegeler    2002/08/06 02:38:00

  Modified:    src/java/org/apache/cocoon/components/sax
                        XMLByteStreamInterpreter.java
  Log:
  Fix small memory leak
  
  Revision  Changes    Path
  1.8       +2 -1      
xml-cocoon2/src/java/org/apache/cocoon/components/sax/XMLByteStreamInterpreter.java
  
  Index: XMLByteStreamInterpreter.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/sax/XMLByteStreamInterpreter.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- XMLByteStreamInterpreter.java     22 Feb 2002 07:00:12 -0000      1.7
  +++ XMLByteStreamInterpreter.java     6 Aug 2002 09:37:59 -0000       1.8
  @@ -89,6 +89,7 @@
       public void recycle() {
           super.recycle();
           this.list.clear();
  +        this.input = null;
       }
   
       public void deserialize(Object saxFragment)
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to