100:d2bd73d28ff1 | 101:7b3a3130be44 |
---|---|
69 } | 69 } |
70 cxmutstr nsdef = cx_mutstrn(nsbuf.space, nsbuf.size); | 70 cxmutstr nsdef = cx_mutstrn(nsbuf.space, nsbuf.size); |
71 cxBufferPut(&nsbuf, 0); | 71 cxBufferPut(&nsbuf, 0); |
72 | 72 |
73 // cleanup namespace map | 73 // cleanup namespace map |
74 cxMapDestroy(nsmap); | 74 cxMapFree(nsmap); |
75 | 75 |
76 | 76 |
77 *out_xmlstr = ret; | 77 *out_xmlstr = ret; |
78 *out_nsdef = nsdef; | 78 *out_nsdef = nsdef; |
79 } | 79 } |