cziegeler 2002/08/06 02:54:43
Modified: src/java/org/apache/cocoon/components/sax Tag:
cocoon_2_0_3_branch XMLByteStreamInterpreter.java
Log:
Fix small memory leak
Revision Changes Path
No revision
No revision
1.7.2.1 +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.7.2.1
diff -u -r1.7 -r1.7.2.1
--- XMLByteStreamInterpreter.java 22 Feb 2002 07:00:12 -0000 1.7
+++ XMLByteStreamInterpreter.java 6 Aug 2002 09:54:43 -0000 1.7.2.1
@@ -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]