Index: apps/app_meetme.c =================================================================== --- apps/app_meetme.c (revision 74900) +++ apps/app_meetme.c (working copy) @@ -3019,7 +3019,7 @@ } 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);