vgritsenko    01/12/13 12:36:41

  Modified:    src/org/apache/cocoon/components/xslt Tag: cocoon_20_branch
                        XSLTProcessorImpl.java
  Log:
  Sync with HEAD: Release entity resolver
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.10  +3 -1      
xml-cocoon2/src/org/apache/cocoon/components/xslt/XSLTProcessorImpl.java
  
  Index: XSLTProcessorImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/org/apache/cocoon/components/xslt/XSLTProcessorImpl.java,v
  retrieving revision 1.4.2.9
  retrieving revision 1.4.2.10
  diff -u -r1.4.2.9 -r1.4.2.10
  --- XSLTProcessorImpl.java    2001/12/13 20:29:04     1.4.2.9
  +++ XSLTProcessorImpl.java    2001/12/13 20:36:41     1.4.2.10
  @@ -112,8 +112,10 @@
   
     public void dispose()
     {
  -    if (this.manager != null)
  +    if (this.manager != null) {
         this.manager.release((Component)store);
  +      this.manager.release((Component)entityResolver);
  +    }
     }
   
     public void configure(Configuration conf)
  
  
  

----------------------------------------------------------------------
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