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 2006/02/10 05:32:10 UTC

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

Author: sahan
Date: Thu Feb  9 20:32:07 2006
New Revision: 376542

URL: http://svn.apache.org/viewcvs?rev=376542&view=rev
Log:
Fixed the crash in hash map in the proper way

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=376542&r1=376541&r2=376542&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/util/hash.c (original)
+++ webservices/axis2/trunk/c/modules/util/hash.c Thu Feb  9 20:32:07 2006
@@ -126,7 +126,7 @@
     {
         if (hi->index > hi->ht->max)
         {
-            AXIS2_FREE ((*environment)->allocator, hi);
+            /*AXIS2_FREE ((*environment)->allocator, hi);*/
             return NULL;
         }