From afe578cd8894b9a6cd6c6b65e552448536f02dce Mon Sep 17 00:00:00 2001 From: shankar Date: Thu, 1 Apr 2010 14:07:15 +0000 Subject: Refactor, adding comments, improving performance git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@929982 13f79535-47bb-0310-9956-ffa450edef68 --- axiom/src/om/om_namespace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'axiom/src/om/om_namespace.c') 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; -- cgit v1.1-32-gdbae