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 na...@apache.org on 2006/02/21 07:24:47 UTC

svn commit: r379370 - /webservices/axis2/trunk/c/modules/util/hash.c

Author: nandika
Date: Mon Feb 20 22:24:45 2006
New Revision: 379370

URL: http://svn.apache.org/viewcvs?rev=379370&view=rev
Log:
AXIS2_FREE() in hash_next commented

Modified:
    webservices/axis2/trunk/c/modules/util/hash.c

Modified: webservices/axis2/trunk/c/modules/util/hash.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/util/hash.c?rev=379370&r1=379369&r2=379370&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/util/hash.c (original)
+++ webservices/axis2/trunk/c/modules/util/hash.c Mon Feb 20 22:24:45 2006
@@ -126,7 +126,7 @@
     {
         if (hi->index > hi->ht->max)
         {
-            AXIS2_FREE ((*environment)->allocator, hi);
+          /*  AXIS2_FREE ((*environment)->allocator, hi); */
             return NULL;
         }