Commit a9142e74c5921c35de150b52d00db72cf82f21a8

Daniel Veillard 2001-06-19T11:07:54

- valid.c tree.c parserInternals.c parser.c: Stephan Kulow provided another failing case found in KDE, the way the ctxt->vctxt.nodeTab was allocated and freed changed over time but it wasn't completely cleaned up. This should fix it. Daniel