Re: Memory Leaks Instruments Questions

2008-08-11 Thread Nathan Vander Wilt
On Aug 10, 2008, at 12:37 PM, Michael Kaye wrote: I've ben running my app with leaks in Instruments and it is reporting a fair number of leaks. On analyzing these leaks, they all appear to be related to apple frameworks methods/code and never as a direct result of any objects I've

Re: Memory Leaks Instruments Questions

2008-08-11 Thread Sean McBride
On 8/10/08 8:37 PM, Michael Kaye said: I've ben running my app with leaks in Instruments and it is reporting a fair number of leaks. Is your app garbage collected? Instruments reports many many false positives in GC apps. -- Sean

Re: Memory Leaks Instruments Questions

2008-08-11 Thread Michael Kaye
Thanks for the reply - very helpful. Looks like I have some work to do. Appreciate the explanation of the singleton business too. To the other replier - no I'm not using GC with this app but thanks for the pointer. Regards. Michael. On 11 Aug 2008, at 16:21, Nathan Vander Wilt wrote: On

Memory Leaks Instruments Questions

2008-08-10 Thread Michael Kaye
Hi all, Relative newbie here so please be gentle :-) I've ben running my app with leaks in Instruments and it is reporting a fair number of leaks. On analyzing these leaks, they all appear to be related to apple frameworks methods/code and never as a direct result of any objects I've