From d43bbfb74e9111da7440d0fd8cc0b480ed47a0af Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Mon, 15 Jul 2013 22:05:57 +0000 Subject: [PATCH] Remove misleading documentation for channel snapshot creation. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@394402 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/stasis_channels.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asterisk/stasis_channels.h b/include/asterisk/stasis_channels.h index a8556e06f5..af2d15c3d7 100644 --- a/include/asterisk/stasis_channels.h +++ b/include/asterisk/stasis_channels.h @@ -145,7 +145,7 @@ struct stasis_message_type *ast_channel_snapshot_type(void); * * \param chan The channel from which to generate a snapshot * - * \retval pointer on success (must be ast_freed) + * \retval pointer on success (must be unreffed) * \retval NULL on error */ struct ast_channel_snapshot *ast_channel_snapshot_create(