mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
Merged revisions 294313 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ................ r294313 | jpeeler | 2010-11-08 16:32:13 -0600 (Mon, 08 Nov 2010) | 9 lines Merged revisions 294312 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ........ r294312 | jpeeler | 2010-11-08 16:30:49 -0600 (Mon, 08 Nov 2010) | 1 line add missing unlock not present in 294277 ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@294314 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -228,6 +228,7 @@ static int timerfd_timer_disable_continuous(int handle)
|
||||
/* No reason to do anything if we're not
|
||||
* in continuous mode
|
||||
*/
|
||||
ao2_unlock(our_timer);
|
||||
ao2_ref(our_timer, -1);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user