diff --git a/apps/app_followme.c b/apps/app_followme.c index 0bd6e2e5f6..457545661f 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;