Index: apps/app_voicemail.c =================================================================== --- apps/app_voicemail.c (revision 26020) +++ apps/app_voicemail.c (working copy) @@ -586,6 +586,7 @@ apply_option(retval, tmp->name, tmp->value); tmp = tmp->next; } + ast_variables_destroy(var); } else { if (!ivm) free(retval);