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/branches/1.8@294313 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeff Peeler
2010-11-08 22:32:13 +00:00
parent 375b5b6b09
commit b12f27f231

View File

@@ -228,6 +228,7 @@ static int timerfd_timer_disable_continuous(int handle)
/* No reason to do anything if we're not /* No reason to do anything if we're not
* in continuous mode * in continuous mode
*/ */
ao2_unlock(our_timer);
ao2_ref(our_timer, -1); ao2_ref(our_timer, -1);
return 0; return 0;
} }