From 61a66eb214b8503ece5ddc6e3968bbf89a175ee5 Mon Sep 17 00:00:00 2001 From: Mark Michelson Date: Fri, 18 Oct 2013 16:05:56 +0000 Subject: [PATCH] Remove the bit about requiring ast_bridge_depart() to be called before ast_bridge_destroy(). git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@401223 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/bridge.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asterisk/bridge.h b/include/asterisk/bridge.h index 7d21aa76f4..8f8618d154 100644 --- a/include/asterisk/bridge.h +++ b/include/asterisk/bridge.h @@ -414,7 +414,7 @@ static inline void _ast_bridge_unlock(struct ast_bridge *bridge, const char *fil * While this function will kick all channels out of the bridge, channels that * were added to the bridge using ast_bridge_impart() with the flag * AST_BRIDGE_IMPART_CHAN_DEPARTABLE set must have ast_bridge_depart() called - * on them before calling ast_bridge_destroy(). + * on them. */ int ast_bridge_destroy(struct ast_bridge *bridge, int cause); -- 2.47.2