neilg 2003/11/06 13:52:17 Modified: c/src/xercesc/validators/schema SchemaGrammar.cpp Log: fix typo Revision Changes Path 1.15 +5 -2 xml-xerces/c/src/xercesc/validators/schema/SchemaGrammar.cpp Index: SchemaGrammar.cpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/schema/SchemaGrammar.cpp,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- SchemaGrammar.cpp 6 Nov 2003 19:28:11 -0000 1.14 +++ SchemaGrammar.cpp 6 Nov 2003 21:52:17 -0000 1.15 @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.15 2003/11/06 21:52:17 neilg + * fix typo + * * Revision 1.14 2003/11/06 19:28:11 knoaman * PSVI support for annotations. * @@ -310,7 +313,7 @@ { delete fElemDeclPool; - if(fElemDeclPool) + if(fElemNonDeclPool) delete fElemNonDeclPool; delete fGroupElemDeclPool; delete fNotationDeclPool;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]