Fixes in the plane: - xpath.c: fixed a [] evaluation problem reported -

Fixes in the plane:
- xpath.c: fixed a [] evaluation problem reported
- test/XPath/tests/simpleaddr: extended test
- result/XPath/simpleaddr: updated result
Daniel
diff --git a/testXPath.c b/testXPath.c
index 424380b..fde0adc 100644
--- a/testXPath.c
+++ b/testXPath.c
@@ -113,6 +113,7 @@
 		    xmlXPathDebugDumpCompExpr(stdout, comp, 0);
 
 		res = xmlXPathCompiledEval(comp, ctxt);
+		xmlXPathFreeCompExpr(comp);
 	    } else
 		res = NULL;
 	}