diff options
Diffstat (limited to 'macosx/HBController.m')
-rw-r--r-- | macosx/HBController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBController.m b/macosx/HBController.m index 8f45ca51f..f10d771f3 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -128,7 +128,7 @@ static void *HBControllerScanCoreContext = &HBControllerScanCoreContext; @property (nonatomic, strong) HBAppDelegate *delegate; /// The queue. -@property (nonatomic, strong) HBQueue *queue; +@property (nonatomic, weak) HBQueue *queue; /// Whether the window is visible or occluded, /// useful to avoid updating the UI needlessly |