diff --git a/apps/app_followme.c b/apps/app_followme.c
index 0bd6e2e5f6e240298fc7f133d9e07745386e547c..457545661fb9b4e65ffbfe27a6fbbf811aea629c 100644
--- a/apps/app_followme.c
+++ b/apps/app_followme.c
@@ -998,7 +998,7 @@ static void end_bridge_callback_data_fixup(struct ast_bridge_config *bconfig, st
 
 static int app_exec(struct ast_channel *chan, void *data)
 {
-	struct fm_args targs;
+	struct fm_args targs = { 0, };
 	struct ast_bridge_config config;
 	struct call_followme *f;
 	struct number *nm, *newnm;