You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2005/11/23 08:23:23 UTC

svn commit: r348393 - /webservices/axis2/trunk/c/modules/xml/om/src/axis2_om_text.c

Author: samisa
Date: Tue Nov 22 23:23:16 2005
New Revision: 348393

URL: http://svn.apache.org/viewcvs?rev=348393&view=rev
Log: (empty)

Modified:
    webservices/axis2/trunk/c/modules/xml/om/src/axis2_om_text.c

Modified: webservices/axis2/trunk/c/modules/xml/om/src/axis2_om_text.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/om/src/axis2_om_text.c?rev=348393&r1=348392&r2=348393&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/om/src/axis2_om_text.c (original)
+++ webservices/axis2/trunk/c/modules/xml/om/src/axis2_om_text.c Tue Nov 22 23:23:16 2005
@@ -141,7 +141,7 @@
         AXIS2_FREE ((*env)->allocator, om_text->ops);
 
     if (om_text)
-        AXIS2_FREE ((*env)->allocator, om_text);
+        AXIS2_FREE ((*env)->allocator, AXIS2_INTF_TO_IMPL(om_text));
 
     return AXIS2_SUCCESS;
 }