Re: Delayed termination to allow release

2008-08-11 Thread Negm-Awad Amin
Am Mo,11.08.2008 um 20:57 schrieb Negm-Awad Amin: Am Mo,11.08.2008 um 20:33 schrieb Trygve Inda: My main thread creates a few other objects which have NSThreads and/ or timers. I have found that when I quit the app, and the threads are ended, something in the OS is retaining my objects for

Re: Delayed termination to allow release

2008-08-11 Thread Gregory Weston
Trygve Inda wrote: My main thread creates a few other objects which have NSThreads and/or timers. I have found that when I quit the app, and the threads are ended, something in the OS is retaining my objects for a bit... They end up never being dealloc'd which messes a few things up as some

Re: Delayed termination to allow release

2008-08-11 Thread Trygve Inda
> --- On Mon, 8/11/08, Trygve Inda <[EMAIL PROTECTED]> wrote: > >> My main thread creates a few other objects which have >> NSThreads and/or >> timers. I have found that when I quit the app, and the >> threads are ended, >> something in the OS is retaining my objects for a bit... >> They end up ne

Re: Delayed termination to allow release

2008-08-11 Thread Negm-Awad Amin
Am Mo,11.08.2008 um 20:33 schrieb Trygve Inda: My main thread creates a few other objects which have NSThreads and/or timers. I have found that when I quit the app, and the threads are ended, something in the OS is retaining my objects for a bit... They end up never being dealloc'd which me

Re: Delayed termination to allow release

2008-08-11 Thread Charles Steinman
--- On Mon, 8/11/08, Trygve Inda <[EMAIL PROTECTED]> wrote: > My main thread creates a few other objects which have > NSThreads and/or > timers. I have found that when I quit the app, and the > threads are ended, > something in the OS is retaining my objects for a bit... > They end up never > bein

Re: Delayed termination to allow release

2008-08-11 Thread David Duncan
On Aug 11, 2008, at 11:33 AM, Trygve Inda wrote: My main thread creates a few other objects which have NSThreads and/or timers. I have found that when I quit the app, and the threads are ended, something in the OS is retaining my objects for a bit... They end up never being dealloc'd which m

Delayed termination to allow release

2008-08-11 Thread Trygve Inda
My main thread creates a few other objects which have NSThreads and/or timers. I have found that when I quit the app, and the threads are ended, something in the OS is retaining my objects for a bit... They end up never being dealloc'd which messes a few things up as some data is written to disk at