Open GoogleCodeExporter opened 9 years ago
Original comment by darrenmo...@gmail.com
on 10 Apr 2014 at 8:22
Attachments:
It only happens if you press the return key. If you click, it's fine.
Original comment by darrenmo...@gmail.com
on 10 Apr 2014 at 8:25
[deleted comment]
The problem was caused by TUArchiveTaskView. Upon dealloc, it releases objects
it doesn't own. See patch.
Original comment by darrenmo...@gmail.com
on 10 Apr 2014 at 9:45
Attachments:
No, I am pretty sure it should be releasing those objects, or else they will
leak. Perhaps they just end up released too early?
Original comment by paracel...@gmail.com
on 11 Apr 2014 at 10:23
That is true. I will try to find the cause. But for now, I've attached a patch
to fix a memory leak.
P.S. instantiateNibWithOwner:topLevelObjects: is deprecated
Original comment by darrenmo...@gmail.com
on 11 Apr 2014 at 5:35
Attachments:
Original issue reported on code.google.com by
darrenmo...@gmail.com
on 10 Apr 2014 at 8:18