projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merged revisions 75529 via svnmerge from
[asterisk/asterisk.git]
/
apps
/
app_meetme.c
diff --git
a/apps/app_meetme.c
b/apps/app_meetme.c
index
c91570f
..
70d00cb
100644
(file)
--- a/
apps/app_meetme.c
+++ b/
apps/app_meetme.c
@@
-3115,7
+3115,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);