Skip to content
Snippets Groups Projects
Commit 538448d5 authored by PeiYong Zhang's avatar PeiYong Zhang
Browse files

Memory Leak: fLeafNameTypeVector

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173368 13f79535-47bb-0310-9956-ffa450edef68
parent e8872452
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,9 @@
/*
* $Log$
* Revision 1.29 2001/12/10 21:42:55 peiyongz
* Memory Leak: fLeafNameTypeVector
*
* Revision 1.28 2001/12/06 17:52:17 tng
* Performance Enhancement. The QName that was passed to the CMLeaf
* constructor was always being copied, even though the CMLeaf objects
......@@ -271,6 +274,8 @@ DFAContentModel::~DFAContentModel()
delete [] fElemMapType;
delete [] fLeafListType;
delete fLeafNameTypeVector;
}
......
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