application/xml.c

changeset 101
7b3a3130be44
parent 97
5a3d27b8e6b0
--- 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;

mercurial