diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index c91570fbaa3579028f442e48be00d6da5139f4e3..70d00cbc2b2cd3327b9627ed59edac435b9df38f 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);