I\'m trying to track down some bugs, and one of them is related to a memory leak. It\'s an object that I can tell that something still has a reference to, since Instruments stil
If you're using xCode you can use the Performance tools to find the memory leaks. That will give you a nice graph of ALL memory allocation and if they are released or leaked.
xcode -> run -> Start with Performance Tools -> Leaks.