summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2008-03-26 19:39:23 +0000
committerMark Michelson <mmichelson@digium.com>2008-03-26 19:39:23 +0000
commite94d06b83c641e0a54801e2ac4bf9ab1b09d2f1f (patch)
tree165e71a8cc1bc784458fdae39e8871097e08e4e3
parent438361c0b823bea453f866d50764b6ef6307eec2 (diff)
Merged revisions 111121 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r111121 | mmichelson | 2008-03-26 14:37:36 -0500 (Wed, 26 Mar 2008) | 4 lines This code change is made just for clarification. It does exactly the same thing as before. It just doesn't look as wrong. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@111123 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--apps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 87d41ccf3..36280748d 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -9799,7 +9799,7 @@ static void vmstate_delete(struct vm_state *vms)
AST_LIST_UNLOCK(&vmstates);
if (vc) {
- ast_mutex_destroy(&vms->lock);
+ ast_mutex_destroy(&vc->vms->lock);
ast_free(vc);
}
else