summaryrefslogtreecommitdiffstats
path: root/axiom/src/om/om_namespace.c
diff options
context:
space:
mode:
Diffstat (limited to 'axiom/src/om/om_namespace.c')
-rw-r--r--axiom/src/om/om_namespace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/axiom/src/om/om_namespace.c b/axiom/src/om/om_namespace.c
index e5a361e..090c523 100644
--- a/axiom/src/om/om_namespace.c
+++ b/axiom/src/om/om_namespace.c
@@ -53,7 +53,7 @@ axiom_namespace_create(
return NULL;
}
- om_namespace->ref = 0;
+ om_namespace->ref = 1;
om_namespace->prefix = NULL;
om_namespace->uri = NULL;
om_namespace->key = NULL;