auriemma    01/01/19 13:42:29

  Modified:    c/src/XSLT XalanTemplate.cpp
  Log:
  AIX changes.
  
  Revision  Changes    Path
  1.14      +8 -0      xml-xalan/c/src/XSLT/XalanTemplate.cpp
  
  Index: XalanTemplate.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/XalanTemplate.cpp,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- XalanTemplate.cpp 2001/01/04 21:46:21     1.13
  +++ XalanTemplate.cpp 2001/01/19 21:42:28     1.14
  @@ -426,6 +426,14 @@
        }
        
        {
  +             XPathExecutionContextDefault::ResultTreeFragCacheType   
theVector;
  +             
  +             for_each(theVector.begin(),
  +                      theVector.end(),
  +                      DeleteFunctor<ResultTreeFragBase>());
  +     }
  +     
  +     {
                StylesheetConstructionContextDefault::StylesheetSetType theSet;
                
                for_each(theSet.begin(),
  
  
  

Reply via email to