summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/osx/osxbtgcdtimer.mm
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/osx/osxbtgcdtimer.mm')
-rw-r--r--src/bluetooth/osx/osxbtgcdtimer.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bluetooth/osx/osxbtgcdtimer.mm b/src/bluetooth/osx/osxbtgcdtimer.mm
index 0a49c25c..095f8680 100644
--- a/src/bluetooth/osx/osxbtgcdtimer.mm
+++ b/src/bluetooth/osx/osxbtgcdtimer.mm
@@ -105,6 +105,7 @@
- (void)cancelTimer
{
cancelled = true;
+ timeoutHandler = nil;
}
@end