aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/hashtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/hashtab.h')
-rw-r--r--include/asterisk/hashtab.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/asterisk/hashtab.h b/include/asterisk/hashtab.h
index aa4dc59db..ed9a95e84 100644
--- a/include/asterisk/hashtab.h
+++ b/include/asterisk/hashtab.h
@@ -198,11 +198,7 @@ struct ast_hashtab * ast_hashtab_create(int initial_buckets,
/*!
* \brief This func will free the hash table and all its memory.
- * \note It doesn't touch the objects stored in it, unless you
- * specify a destroy func; it will call that func for each
- * object in the hashtab, remove all the objects, and then
- * free the hashtab itself. If no destroyfunc is specified
- * then the routine will assume you will free it yourself.
+ * \note It doesn't touch the objects stored in it
* \param tab
* \param objdestroyfunc
*/