You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2008/10/23 15:53:02 UTC

svn commit: r707374 - /xerces/c/trunk/src/xercesc/validators/schema/ComplexTypeInfo.cpp

Author: amassari
Date: Thu Oct 23 06:53:01 2008
New Revision: 707374

URL: http://svn.apache.org/viewvc?rev=707374&view=rev
Log:
Fixed memory leak (XERCESC-1834)

Modified:
    xerces/c/trunk/src/xercesc/validators/schema/ComplexTypeInfo.cpp

Modified: xerces/c/trunk/src/xercesc/validators/schema/ComplexTypeInfo.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/validators/schema/ComplexTypeInfo.cpp?rev=707374&r1=707373&r2=707374&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/validators/schema/ComplexTypeInfo.cpp (original)
+++ xerces/c/trunk/src/xercesc/validators/schema/ComplexTypeInfo.cpp Thu Oct 23 06:53:01 2008
@@ -610,7 +610,7 @@
             ContentSpecNode::Loop
             , retNode
             , 0
-            , false
+            , true
             , true
             , fMemoryManager
         );



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org