From: Jeff Peeler Date: Mon, 8 Nov 2010 22:30:49 +0000 (+0000) Subject: add missing unlock not present in 294277 X-Git-Tag: 1.6.2.15-rc1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2087638c7adea836acc558efc5ce5ea1efbf4e2f;p=thirdparty%2Fasterisk.git add missing unlock not present in 294277 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@294312 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_timing_timerfd.c b/res/res_timing_timerfd.c index 51efa51732..f79c86376b 100644 --- a/res/res_timing_timerfd.c +++ b/res/res_timing_timerfd.c @@ -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; }