From: Automerge script Date: Tue, 9 May 2006 14:06:34 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.8-netsec~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=269783fdffb525db5aba72ac443d60b58c4e689b;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@26089 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index efc0de8267..8486ec10c3 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -562,6 +562,7 @@ static struct ast_vm_user *find_user_realtime(struct ast_vm_user *ivm, const cha apply_option(retval, tmp->name, tmp->value); tmp = tmp->next; } + ast_variables_destroy(var); } else { if (!ivm) free(retval);