diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index edd6843d90..6fc5deefa0 100755 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -2270,7 +2270,7 @@ static int forward_message(struct ast_channel *chan, char *context, char *dir, i char callerid[512]; char ext_context[256]=""; int res = 0, cmd = 0; - struct ast_vm_user *receiver, *extensions = NULL, *vmtmp = NULL, *vmfree; + struct ast_vm_user *receiver = NULL, *extensions = NULL, *vmtmp = NULL, *vmfree; char tmp[256]; char *stringp, *s; int saved_messages = 0, found = 0;