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/29 15:21:53 UTC

svn commit: r708914 - /xerces/c/branches/xerces-3.0/src/xercesc/validators/common/DFAContentModel.cpp

Author: amassari
Date: Wed Oct 29 07:21:52 2008
New Revision: 708914

URL: http://svn.apache.org/viewvc?rev=708914&view=rev
Log:
The wrong constructor was called, causing a memory leak 

Modified:
    xerces/c/branches/xerces-3.0/src/xercesc/validators/common/DFAContentModel.cpp

Modified: xerces/c/branches/xerces-3.0/src/xercesc/validators/common/DFAContentModel.cpp
URL: http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.0/src/xercesc/validators/common/DFAContentModel.cpp?rev=708914&r1=708913&r2=708914&view=diff
==============================================================================
--- xerces/c/branches/xerces-3.0/src/xercesc/validators/common/DFAContentModel.cpp (original)
+++ xerces/c/branches/xerces-3.0/src/xercesc/validators/common/DFAContentModel.cpp Wed Oct 29 07:21:52 2008
@@ -1309,6 +1309,7 @@
             )
             , curIndex
             , true
+            , fLeafCount
             , fMemoryManager
         );
         fLeafListType[curIndex] = curType;



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