You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/02/20 18:17:20 UTC

cvs commit: xml-xalan/c/src/XSLT StylesheetHandler.cpp

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(),