summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c9922aabe..438603b55 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;
}