summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorGravatar damitha2010-06-29 06:35:24 +0000
committerGravatar damitha2010-06-29 06:35:24 +0000
commitb16ecb885592c2a78dc9d69e1eb2ea7432ef4173 (patch)
treee2195aec93b77428b739ed73fb5576ff9503f3ee /util
parentf88b9bd198b301a406aeecb2858e20925b731d81 (diff)
downloadaxis2c-b16ecb885592c2a78dc9d69e1eb2ea7432ef4173.tar.gz
axis2c-b16ecb885592c2a78dc9d69e1eb2ea7432ef4173.tar.bz2
Add to the api documantion to specify that copies created from hash_copy shold not be freed
using axutil_hash_free. Refer AXIS2C-1446 git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@958839 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'util')
-rw-r--r--util/include/axutil_hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/include/axutil_hash.h b/util/include/axutil_hash.h
index 084f2bc..6f933aa 100644
--- a/util/include/axutil_hash.h
+++ b/util/include/axutil_hash.h
@@ -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(