[Asterisk-code-review] bridge.c: Crash during attended transfer when missing a loca... (asterisk[13])
Richard Mudgett
asteriskteam at digium.com
Thu Mar 3 13:16:50 CST 2016
Richard Mudgett has posted comments on this change.
Change subject: bridge.c: Crash during attended transfer when missing a local channel half
......................................................................
Patch Set 2: Code-Review-1
(1 comment)
https://gerrit.asterisk.org/#/c/2319/2/main/bridge.c
File main/bridge.c:
Line 4047: ast_hangup(local_chan);
You no longer have hangup control of local_chan after passing it to ast_bridge_impart(). You need to just do an ao2_cleanup instead.
--
To view, visit https://gerrit.asterisk.org/2319
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Ie6d6061e34c7c95f07116fffac9a09e5d225c880
Gerrit-PatchSet: 2
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Owner: Kevin Harwell <kharwell at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
Gerrit-HasComments: Yes
More information about the asterisk-code-review
mailing list