summaryrefslogtreecommitdiffstats
path: root/macosx/HBController.m
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2019-08-11 09:58:32 +0200
committerDamiano Galassi <[email protected]>2019-08-11 09:58:32 +0200
commit757efe91236febe8a2773b1b1abb3c6595fbf23f (patch)
tree2e89f25e2717cf4f911d3c2ad10590e964245085 /macosx/HBController.m
parentbed55e05880f0286f504142a48089bce60c96cc7 (diff)
MacGui: recover when the xpc service crashes.
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