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 2002/03/28 08:09:11 UTC

cvs commit: xml-xalan/c/src/XalanTransformer XercesDOMWrapperParsedSource.cpp

dbertoni    02/03/27 23:09:11

  Modified:    c/src/XalanTransformer XercesDOMWrapperParsedSource.cpp
  Log:
  Destroy the wrapper document in the destructor.
  
  Revision  Changes    Path
  1.4       +1 -0      xml-xalan/c/src/XalanTransformer/XercesDOMWrapperParsedSource.cpp
  
  Index: XercesDOMWrapperParsedSource.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XalanTransformer/XercesDOMWrapperParsedSource.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XercesDOMWrapperParsedSource.cpp	30 Nov 2001 16:52:16 -0000	1.3
  +++ XercesDOMWrapperParsedSource.cpp	28 Mar 2002 07:09:11 -0000	1.4
  @@ -117,6 +117,7 @@
   
   XercesDOMWrapperParsedSource::~XercesDOMWrapperParsedSource()
   {
  +	m_parserLiaison.destroyDocument(m_parsedSource);
   }
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org