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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to