aboutsummaryrefslogtreecommitdiffstats
path: root/addons
diff options
context:
space:
mode:
Diffstat (limited to 'addons')
-rw-r--r--addons/chan_mobile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/addons/chan_mobile.c b/addons/chan_mobile.c
index 216a12c0b..ca3e62293 100644
--- a/addons/chan_mobile.c
+++ b/addons/chan_mobile.c
@@ -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);