mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-25 07:01:09 +00:00
Don't free written frames in chan_mobile's mbl_write() function.
(closes issue #16430) Reported by: azbest Tested by: azbest git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@273312 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1154,7 +1154,6 @@ static int mbl_write(struct ast_channel *ast, struct ast_frame *frame)
|
||||
|
||||
while ((f = ast_smoother_read(pvt->smoother))) {
|
||||
sco_write(pvt->sco_socket, f->data.ptr, f->datalen);
|
||||
ast_frfree(f);
|
||||
}
|
||||
|
||||
ast_mutex_unlock(&pvt->lock);
|
||||
|
Reference in New Issue
Block a user