Hey thanks for sharing this :)
I think there is a memory leak in method
- (void)loadVisibleSectionTitlesForSectionRange:(CHSectionRange)range
You call [sectionHeader release] in the end of this method even for sectionHeader you get from the delegate..
I think you should call release only for sectionHeader you allocated no?
Hey thanks for sharing this :)
I think there is a memory leak in method
You call [sectionHeader release] in the end of this method even for sectionHeader you get from the delegate..
I think you should call release only for sectionHeader you allocated no?