Merged revisions 196792 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
  r196792 | seanbright | 2009-05-26 12:38:54 -0400 (Tue, 26 May 2009) | 2 lines
  
  Add a missing unref for queues in handle_statechange.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@196793 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Sean Bright
2009-05-26 16:39:39 +00:00
parent 2adf7df530
commit 3eb08a23b4

View File

@@ -1051,6 +1051,7 @@ static int handle_statechange(void *datap)
}
ao2_unlock(q);
ao2_ref(q, -1);
}
if (found)