Skip to content
This repository has been archived by the owner on Feb 16, 2019. It is now read-only.

Commit

Permalink
Fixed leak in collection view
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Oct 31, 2011
1 parent bd476f8 commit 40dca9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SSToolkit/SSCollectionView.m
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,8 @@ - (void)endUpdates {
}
}

[sections release];

// Apply updates
[_tableView endUpdates];

Expand Down

0 comments on commit 40dca9a

Please sign in to comment.