You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2006/09/18 16:05:36 UTC

svn commit: r447406 - /webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c

Author: samisa
Date: Mon Sep 18 07:05:34 2006
New Revision: 447406

URL: http://svn.apache.org/viewvc?view=rev&rev=447406
Log:
Had to comment this block to avoid client segfault.


Modified:
    webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c

Modified: webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c?view=diff&rev=447406&r1=447405&r2=447406
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c (original)
+++ webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c Mon Sep 18 07:05:34 2006
@@ -278,11 +278,12 @@
             builder_impl->builder_helper = NULL;
         }
     }
-    if (NULL != builder_impl->om_builder)
+    
+    /*if (NULL != builder_impl->om_builder)
     {
         AXIOM_STAX_BUILDER_FREE(builder_impl->om_builder, env);
         builder_impl->om_builder = NULL;
-    }
+    }*/
     if (NULL != builder->ops)
     {
         AXIS2_FREE(env->allocator, builder->ops);



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org