aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2010-11-08 22:30:49 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2010-11-08 22:30:49 +0000
commit4d11483fd21fda9f6c57f43a03dab74208b0dd0a (patch)
treee784d6419a3e7c09e70f081791b72dd085d8b556 /res
parentf4712005a561e9013107147531ad776ad6e40283 (diff)
add missing unlock not present in 294277
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@294312 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_timing_timerfd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_timing_timerfd.c b/res/res_timing_timerfd.c
index 51efa5173..f79c86376 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;
}