Release selection_index_paths in -dealloc method, per discussion with @fredkiefer

This commit is contained in:
Gregory John Casamento 2024-08-11 17:06:49 -04:00
parent 118eb26a5f
commit ddf6546c37

View file

@ -103,7 +103,8 @@
RELEASE(_leafKeyPath);
RELEASE(_sortDescriptors);
RELEASE(_arranged_objects);
RELEASE(_selection_index_paths);
[super dealloc];
}