mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user