summaryrefslogtreecommitdiffstats
path: root/macosx/HBController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBController.m')
-rw-r--r--macosx/HBController.m2
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