[asterisk-commits] jpeeler: branch 1.6.2 r294312 - /branches/1.6.2/res/res_timing_timerfd.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Nov 8 16:31:02 CST 2010
Author: jpeeler
Date: Mon Nov 8 16:30:49 2010
New Revision: 294312
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=294312
Log:
add missing unlock not present in 294277
Modified:
branches/1.6.2/res/res_timing_timerfd.c
Modified: branches/1.6.2/res/res_timing_timerfd.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/res/res_timing_timerfd.c?view=diff&rev=294312&r1=294311&r2=294312
==============================================================================
--- branches/1.6.2/res/res_timing_timerfd.c (original)
+++ branches/1.6.2/res/res_timing_timerfd.c Mon Nov 8 16:30:49 2010
@@ -228,6 +228,7 @@
/* No reason to do anything if we're not
* in continuous mode
*/
+ ao2_unlock(our_timer);
ao2_ref(our_timer, -1);
return 0;
}
More information about the asterisk-commits
mailing list