From b16ecb885592c2a78dc9d69e1eb2ea7432ef4173 Mon Sep 17 00:00:00 2001 From: damitha Date: Tue, 29 Jun 2010 06:35:24 +0000 Subject: 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 --- util/include/axutil_hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/include') 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( -- cgit v1.1-32-gdbae