--- a/application/xml.c Thu Dec 12 20:01:43 2024 +0100 +++ b/application/xml.c Mon Jan 06 22:22:55 2025 +0100 @@ -71,7 +71,7 @@ cxBufferPut(&nsbuf, 0); // cleanup namespace map - cxMapDestroy(nsmap); + cxMapFree(nsmap); *out_xmlstr = ret;