tng         2002/08/21 13:59:11

  Modified:    c/tests/DOM/DOMTest DTest.cpp
  Log:
  release the cloned document.
  
  Revision  Changes    Path
  1.30      +4 -0      xml-xerces/c/tests/DOM/DOMTest/DTest.cpp
  
  Index: DTest.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/DOM/DOMTest/DTest.cpp,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- DTest.cpp 19 Aug 2002 19:56:08 -0000      1.29
  +++ DTest.cpp 21 Aug 2002 20:59:11 -0000      1.30
  @@ -56,6 +56,9 @@
   
   /*
    * $Log$
  + * Revision 1.30  2002/08/21 20:59:11  tng
  + * release the cloned document.
  + *
    * Revision 1.29  2002/08/19 19:56:08  tng
    * DOM L3: test DOMNode::isDefaultNamespace.   Added by Gareth Reakes.
    *
  @@ -2310,6 +2313,7 @@
           fprintf(stderr, "Warning!!! Deep clone of the document failed!\n");
           OK = false;
       }
  +    node2->release();
   
       // Deep clone test comparison is also in testNode
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to