Re: ARC Release too soon

2013-03-20 Thread Dave
Paveglio Cc: Cocoa Dev List Sent: Saturday, March 16, 2013 2:35 PM Subject: Re: ARC Release too soon On 16 Mar 2013, at 06:16 PM, Chris Paveglio wrote: So, am I doing some fundamental window management wrong (not sure since old app worked OK and didn't seem to leak), or how do I

Re: ARC Release too soon

2013-03-16 Thread Martin Hewitson
; Sure I totally understand that. My question is more of "what is the most > elegant way to do it". Add them to an array? > > > - Original Message - > From: iain > To: Chris Paveglio > Cc: Cocoa Dev List > Sent: Saturday, March 16, 2013 2:35 PM > Subje

Re: ARC Release too soon

2013-03-16 Thread Kevin Muldoon
stion is more of "what is the most > elegant way to do it". Add them to an array? > > > - Original Message - > From: iain > To: Chris Paveglio > Cc: Cocoa Dev List > Sent: Saturday, March 16, 2013 2:35 PM > Subject: Re: ARC Release too soon >

Re: ARC Release too soon

2013-03-16 Thread Chris Paveglio
Sure I totally understand that. My question is more of "what is the most elegant way to do it". Add them to an array? - Original Message - From: iain To: Chris Paveglio Cc: Cocoa Dev List Sent: Saturday, March 16, 2013 2:35 PM Subject: Re: ARC Release too soon On 16 Ma

Re: ARC Release too soon

2013-03-16 Thread iain
On 16 Mar 2013, at 06:16 PM, Chris Paveglio wrote: > So, am I doing some fundamental window management wrong (not sure since old > app worked OK and didn't seem to leak), or how do I do something so ARC > doesn't dealloc window controllers at the end of the function that fires them > off If