diff --git a/apps/app_followme.c b/apps/app_followme.c index 45297b0092..5e85b4ef91 100644 --- a/apps/app_followme.c +++ b/apps/app_followme.c @@ -899,7 +899,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;