Skip to content

Commit d1eff3c

Browse files
committed
Bugfix?: this seems to fix the "malloc refcount underflow" errors that seem to happen frequently when utilizing the QL panel from the source files outline view. Not entirely sure why though.
1 parent e6d2591 commit d1eff3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PBGitHistoryController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
NSArray *currentFileBrowserSelectionPath;
2828
IBOutlet NSTableView* commitList;
2929
IBOutlet PBCollapsibleSplitView *historySplitView;
30-
QLPreviewPanel* previewPanel;
30+
__weak QLPreviewPanel* previewPanel;
3131

3232
IBOutlet PBGitGradientBarView *upperToolbarView;
3333
IBOutlet NSButton *mergeButton;

0 commit comments

Comments
 (0)