You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2004/01/09 09:39:54 UTC

cvs commit: cocoon-2.2/src/java/org/apache/cocoon/components/source/impl SitemapSource.java

cziegeler    2004/01/09 00:39:54

  Modified:    src/java/org/apache/cocoon/components/source/impl
                        SitemapSource.java
  Log:
  Cleanup releasing of processor pipelines
  
  Revision  Changes    Path
  1.23      +2 -2      cocoon-2.2/src/java/org/apache/cocoon/components/source/impl/SitemapSource.java
  
  Index: SitemapSource.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.2/src/java/org/apache/cocoon/components/source/impl/SitemapSource.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- SitemapSource.java	9 Jan 2004 08:36:37 -0000	1.22
  +++ SitemapSource.java	9 Jan 2004 08:39:54 -0000	1.23
  @@ -410,7 +410,7 @@
        */
       private void reset() {
           if (this.processingPipeline != null) {
  -            this.processor.releasePipeline(null, this.processingPipeline);
  +            this.processor.releasePipeline(this.environment, this.processingPipeline);
               this.processingPipeline = null;
           }
           if (this.processKey != null) {