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

memory leak: fRedefineList

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173377 13f79535-47bb-0310-9956-ffa450edef68
parent 7888ac28
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,9 @@
/*
* $Log$
* Revision 1.6 2001/12/12 20:52:19 peiyongz
* memory leak: fRedefineList
*
* Revision 1.5 2001/10/04 15:08:56 knoaman
* Add support for circular import.
*
......@@ -123,6 +126,9 @@ SchemaInfo::~SchemaInfo()
delete fImportingList;
fImportList = fIncludeList = fImportingList = 0;
delete fRedefineList;
fRedefineList = 0;
}
// ---------------------------------------------------------------------------
......
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