dbertoni    01/02/20 09:17:20

  Modified:    c/src/XSLT StylesheetHandler.cpp
  Log:
  Added doCleanup() to destructor.
  
  Revision  Changes    Path
  1.60      +2 -0      xml-xalan/c/src/XSLT/StylesheetHandler.cpp
  
  Index: StylesheetHandler.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/StylesheetHandler.cpp,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- StylesheetHandler.cpp     2001/02/12 23:56:06     1.59
  +++ StylesheetHandler.cpp     2001/02/20 17:17:18     1.60
  @@ -193,6 +193,8 @@
                ++i;
        }
   
  +     doCleanup();
  +
        // Clean up the whitespace elements.
        for_each(m_whiteSpaceElems.begin(),
                         m_whiteSpaceElems.end(),
  
  
  

Reply via email to