We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6dbce commit d460ac7Copy full SHA for d460ac7
Applications/Workspace/Viewers/FileViewer.m
@@ -454,7 +454,7 @@ - (void)dealloc
454
455
// Processes holds list of labels for FileViewers.
456
// This message removes local copy of label from Processes' list
457
- if ([operationInfo retainCount] > 1) {
+ if ([operationInfo retainCount] > 1 && [rootPath isEqualToString:@"/"] == NO) {
458
[processManager releaseBackInfoLabel:operationInfo];
459
}
460
TEST_RELEASE(lock);
0 commit comments