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 pi...@apache.org on 2007/12/03 13:28:15 UTC

svn commit: r600506 - /webservices/axis2/trunk/c/axiom/src/parser/guththila/guththila_xml_reader_wrapper.c

Author: pini
Date: Mon Dec  3 04:28:14 2007
New Revision: 600506

URL: http://svn.apache.org/viewvc?rev=600506&view=rev
Log:
Fixing jira issue 799

Modified:
    webservices/axis2/trunk/c/axiom/src/parser/guththila/guththila_xml_reader_wrapper.c

Modified: webservices/axis2/trunk/c/axiom/src/parser/guththila/guththila_xml_reader_wrapper.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/parser/guththila/guththila_xml_reader_wrapper.c?rev=600506&r1=600505&r2=600506&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/parser/guththila/guththila_xml_reader_wrapper.c (original)
+++ webservices/axis2/trunk/c/axiom/src/parser/guththila/guththila_xml_reader_wrapper.c Mon Dec  3 04:28:14 2007
@@ -228,7 +228,7 @@
 
     guththila_impl->guththila_parser = guththila;
     guththila_impl->parser.ops = NULL;
-    guththila_impl->parser.ops =
+/*    guththila_impl->parser.ops =
         (axiom_xml_reader_ops_t *) AXIS2_MALLOC(env->allocator,
                                                 sizeof(axiom_xml_reader_ops_t));
     if (!(guththila_impl->parser.ops))
@@ -238,7 +238,7 @@
         AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE);
         return NULL;
     }
-
+*/
     guththila_xml_reader_wrapper_init_map(guththila_impl);
 
     /************** ops *****/
@@ -296,7 +296,7 @@
 
     guththila_impl->guththila_parser = guththila;
     guththila_impl->parser.ops = NULL;
-    guththila_impl->parser.ops = (axiom_xml_reader_ops_t *)
+    /*  guththila_impl->parser.ops = (axiom_xml_reader_ops_t *)
         AXIS2_MALLOC(env->allocator, sizeof(axiom_xml_reader_ops_t));
     if (!(guththila_impl->parser.ops))
     {
@@ -304,7 +304,7 @@
         AXIS2_FREE(env->allocator, guththila_impl);
         AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE);
         return NULL;
-    }
+        }*/
 
     guththila_xml_reader_wrapper_init_map(guththila_impl);
 
@@ -378,7 +378,7 @@
 
     guththila_impl->guththila_parser = guththila;
     guththila_impl->parser.ops = NULL;
-    guththila_impl->parser.ops = (axiom_xml_reader_ops_t *)
+/*    guththila_impl->parser.ops = (axiom_xml_reader_ops_t *)
         AXIS2_MALLOC(env->allocator, sizeof(axiom_xml_reader_ops_t));
     if (!(guththila_impl->parser.ops))
     {
@@ -387,7 +387,7 @@
         AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE);
         return NULL;
     }
-
+*/
     guththila_xml_reader_wrapper_init_map(guththila_impl);
 
     /************** ops *****/
@@ -424,6 +424,7 @@
         guththila_un_init(parser_impl->guththila_parser, env);
     }
 
+    
     AXIS2_FREE(env->allocator, parser_impl);
 }
 



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