Skip to content

Commit

Permalink
Release selection_index_paths in -dealloc method, per discussion with @…
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasa committed Aug 11, 2024
1 parent 118eb26 commit ddf6546
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/NSTreeController.m
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ - (void) dealloc
RELEASE(_leafKeyPath);
RELEASE(_sortDescriptors);
RELEASE(_arranged_objects);

RELEASE(_selection_index_paths);

[super dealloc];
}

Expand Down

0 comments on commit ddf6546

Please sign in to comment.