aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-26 19:41:24 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-03-26 19:41:24 +0000
commite50d3d0497f6e857d2a818b482d36d7342194af1 (patch)
tree758ab3eef103942da355e6bb8e74155fc1bb7221
parenta02332bc01e3582d3663e7f01802a3896893ec21 (diff)
Merged revisions 111123 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r111123 | mmichelson | 2008-03-26 14:39:23 -0500 (Wed, 26 Mar 2008) | 12 lines 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: http://svn.digium.com/svn/asterisk/branches/1.6.0@111124 f38db490-d61c-443f-a65b-d21fe96a405b
-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 b8403119f..7a35c64d8 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -9785,7 +9785,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