summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2021-06-28 17:23:43 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2021-06-28 17:23:43 +0100
commitc81f7ac01a3b7950749290855041a74517d4513e (patch)
tree2a885813a39ce14c203b5e356e562bd760ee36db
parent77c29208368a77524e24a419238529edeec82c4d (diff)
downloadlibdom-c81f7ac01a3b7950749290855041a74517d4513e.tar.gz
libdom-c81f7ac01a3b7950749290855041a74517d4513e.tar.bz2
Example: Finalise namespaces.
-rw-r--r--examples/dom-structure-dump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/dom-structure-dump.c b/examples/dom-structure-dump.c
index 4ce7670..b36bac2 100644
--- a/examples/dom-structure-dump.c
+++ b/examples/dom-structure-dump.c
@@ -354,6 +354,7 @@ int main(int argc, char **argv)
/* Finished with the dom_document */
dom_node_unref(doc);
+ dom_namespace_finalise();
return EXIT_SUCCESS;
}