Re: New NSZombie warning on CFRunLoopTimer

2009-01-31 Thread Michael Ash
On Sat, Jan 31, 2009 at 3:45 PM, Fritz Anderson wrote: > SDK 10.4, target 10.3, environment 10.5.6 > > In the course of startup, my application creates one NSTimer and conducts > one transaction through the Web Services Core framework (culminating in > WSMethodInvocationScheduleWithRunLoop). > > N

New NSZombie warning on CFRunLoopTimer

2009-01-31 Thread Fritz Anderson
SDK 10.4, target 10.3, environment 10.5.6 In the course of startup, my application creates one NSTimer and conducts one transaction through the Web Services Core framework (culminating in WSMethodInvocationScheduleWithRunLoop). NSZombieEnabled is YES. When the scheduled invocation returns