Hi all,
I am gettiing a leak-heap (using Instruments) for the line
I am calling this line only once in my code, and moreover its a autorelease method.
Why so?
I am gettiing a leak-heap (using Instruments) for the line
Code:
NSDateComponents *todayComponents = [gregorianCalendar components:NSWeekdayCalendarUnit fromDate:today];
I am calling this line only once in my code, and moreover its a autorelease method.
Why so?