mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:04:20 +00:00
Release selection_index_paths in -dealloc method, per discussion with @fredkiefer
This commit is contained in:
parent
118eb26a5f
commit
ddf6546c37
1 changed files with 2 additions and 1 deletions
|
@ -103,7 +103,8 @@
|
|||
RELEASE(_leafKeyPath);
|
||||
RELEASE(_sortDescriptors);
|
||||
RELEASE(_arranged_objects);
|
||||
|
||||
RELEASE(_selection_index_paths);
|
||||
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue