Author: damitha
Date: Tue Jun 29 06:35:24 2010
New Revision: 958839

URL: http://svn.apache.org/viewvc?rev=958839&view=rev
Log:
Add to the api documantion to specify that copies created from hash_copy shold 
not be freed
using axutil_hash_free. Refer AXIS2C-1446

Modified:
    axis/axis2/c/core/trunk/util/include/axutil_hash.h

Modified: axis/axis2/c/core/trunk/util/include/axutil_hash.h
URL: 
http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/util/include/axutil_hash.h?rev=958839&r1=958838&r2=958839&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/util/include/axutil_hash.h (original)
+++ axis/axis2/c/core/trunk/util/include/axutil_hash.h Tue Jun 29 06:35:24 2010
@@ -103,7 +103,7 @@ extern "C"
      * @param ht The hash table to clone
      * @param env The environment from which to allocate the new hash table
      * @return The hash table just created
-     * @remark Makes a shallow copy
+     * @remark Makes a shallow copy. axutil_hash_free should not be used to 
free the copy.
      */
     AXIS2_EXTERN axutil_hash_t *AXIS2_CALL
     axutil_hash_copy(


Reply via email to