Skip to content
Snippets Groups Projects
Commit 2968d0ed authored by Alberto Massari's avatar Alberto Massari
Browse files

The wrong constructor was called, causing a memory leak (XERCESC-1840)

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@708913 13f79535-47bb-0310-9956-ffa450edef68
parent 8e8c5130
No related branches found
No related tags found
No related merge requests found
......@@ -1309,6 +1309,7 @@ CMNode* DFAContentModel::buildSyntaxTree(ContentSpecNode* const curNode
)
, curIndex
, true
, fLeafCount
, fMemoryManager
);
fLeafListType[curIndex] = curType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment