[svn-commits] seanbright: branch 1.6.2 r196793 - in /branches/1.6.2: ./ apps/app_queue.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue May 26 11:39:42 CDT 2009
Author: seanbright
Date: Tue May 26 11:39:39 2009
New Revision: 196793
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=196793
Log:
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.
........
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/apps/app_queue.c
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/apps/app_queue.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/apps/app_queue.c?view=diff&rev=196793&r1=196792&r2=196793
==============================================================================
--- branches/1.6.2/apps/app_queue.c (original)
+++ branches/1.6.2/apps/app_queue.c Tue May 26 11:39:39 2009
@@ -1051,6 +1051,7 @@
}
ao2_unlock(q);
+ ao2_ref(q, -1);
}
if (found)
More information about the svn-commits
mailing list