diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 4333901cb92b99674bebf2c62168606e68c30298..45b42efc456884461182c64eafe0e0cbb8860881 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -813,9 +813,9 @@ static int conf_free(struct ast_conference *conf)
 			ast_frfree(conf->transframe[x]);
 		if (conf->transpath[x])
 			ast_translator_free_path(conf->transpath[x]);
-		if (conf->origframe)
-			ast_frfree(conf->origframe);
 	}
+	if (conf->origframe)
+		ast_frfree(conf->origframe);
 	if (conf->chan)
 		ast_hangup(conf->chan);
 	else