mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-15 22:38:08 +00:00
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:
@@ -1051,6 +1051,7 @@ static int handle_statechange(void *datap)
|
||||
}
|
||||
|
||||
ao2_unlock(q);
|
||||
ao2_ref(q, -1);
|
||||
}
|
||||
|
||||
if (found)
|
||||
|
||||
Reference in New Issue
Block a user