mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 06:48:25 +00:00
app_confbridge: Add missing destructor call to announcer channel destructor.
........ Merged revisions 410671 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@410672 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -75,6 +75,7 @@ static void announce_pvt_destructor(void *vdoomed)
|
|||||||
|
|
||||||
ao2_cleanup(doomed->bridge);
|
ao2_cleanup(doomed->bridge);
|
||||||
doomed->bridge = NULL;
|
doomed->bridge = NULL;
|
||||||
|
ast_unreal_destructor(&doomed->base);
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct ast_channel *announce_request(const char *type, struct ast_format_cap *cap, const struct ast_assigned_ids *assignedids, const struct ast_channel *requestor, const char *data, int *cause)
|
static struct ast_channel *announce_request(const char *type, struct ast_format_cap *cap, const struct ast_assigned_ids *assignedids, const struct ast_channel *requestor, const char *data, int *cause)
|
||||||
|
|||||||
Reference in New Issue
Block a user