Index: apps/app_voicemail.c =================================================================== --- apps/app_voicemail.c (revision 112082) +++ apps/app_voicemail.c (working copy) @@ -715,7 +715,7 @@ static struct ast_vm_user *find_user_realtime(struct ast_vm_user *ivm, const char *context, const char *mailbox) { - struct ast_variable *var; + struct ast_variable *var=NULL; struct ast_vm_user *retval; if ((retval = (ivm ? ivm : ast_calloc(1, sizeof(*retval))))) { @@ -8610,7 +8610,7 @@ static struct ast_vm_user *find_user_realtime_imapuser(const char *imapuser) { - struct ast_variable *var; + struct ast_variable *var=NULL; struct ast_vm_user *vmu; vmu = ast_calloc(1, sizeof *vmu);