X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=apps%2Fapp_meetme.c;h=70d00cbc2b2cd3327b9627ed59edac435b9df38f;hp=c91570fbaa3579028f442e48be00d6da5139f4e3;hb=2c5a07bf036efcbc2a5a038622fe40f7df574fe5;hpb=8b0b74c9b08ea437c3b255fee7b7a730a31b4fd8;ds=sidebyside diff --git a/apps/app_meetme.c b/apps/app_meetme.c index c91570f..70d00cb 100644 --- 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);