aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/app_meetme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index d285e7a65..8053196a2 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -3019,7 +3019,7 @@ static void *recordthread(void *args)
}
if (cnf->origframe)
ast_frfree(cnf->origframe);
- cnf->origframe = f;
+ cnf->origframe = ast_frdup(f);
ast_mutex_unlock(&cnf->listenlock);
if (s)
res = ast_writestream(s, f);