dect
/
asterisk
Archived
13
0
Fork 0

fix typo in chan sip that causes segV

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3931 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
anthm 2004-10-07 16:42:37 +00:00
parent 75dae11b8f
commit 7ac08dc806
1 changed files with 1 additions and 1 deletions

View File

@ -8786,7 +8786,7 @@ static void delete_users(void)
for (user=userl.users;user;) {
userlast = user;
user=user->next;
destroy_user(user);
destroy_user(userlast);
}
userl.users=NULL;
ast_mutex_unlock(&userl.lock);