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 ka...@apache.org on 2006/09/19 07:27:08 UTC

svn commit: r447744 - in /webservices/axis2/trunk/c: axiom/src/soap/soap_builder.c modules/core/transport/http/http_transport_utils.c

Author: kaushalye
Date: Mon Sep 18 22:27:08 2006
New Revision: 447744

URL: http://svn.apache.org/viewvc?view=rev&rev=447744
Log:
Seg fault fixed

Modified:
    webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c
    webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.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=447744&r1=447743&r2=447744
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c (original)
+++ webservices/axis2/trunk/c/axiom/src/soap/soap_builder.c Mon Sep 18 22:27:08 2006
@@ -296,8 +296,6 @@
         builder_impl = NULL;
     }
 
-
-    AXIS2_FREE(env->allocator, builder_impl);
     return AXIS2_SUCCESS;
 }
 

Modified: webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c?view=diff&rev=447744&r1=447743&r2=447744
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c Mon Sep 18 22:27:08 2006
@@ -1154,7 +1154,6 @@
             }
         }
 
-        AXIOM_SOAP_BUILDER_FREE(soap_builder, env);
         return soap_envelope;
     }
     else



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