diff options
author | Damiano Galassi <[email protected]> | 2019-08-11 09:58:32 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-08-11 09:58:32 +0200 |
commit | 757efe91236febe8a2773b1b1abb3c6595fbf23f (patch) | |
tree | 2e89f25e2717cf4f911d3c2ad10590e964245085 /macosx/HBController.m | |
parent | bed55e05880f0286f504142a48089bce60c96cc7 (diff) |
MacGui: recover when the xpc service crashes.
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 |