Re: [Pyobjc-dev] memory leak
Brought to you by:
ronaldoussoren
From: Greg E. <gre...@ca...> - 2011-05-12 23:21:04
|
Daniel Luis dos Santos wrote: > You are right about not making much sense in using a NSString this way. I did it out of distraction. > My question is still on. Why the warning ? It looks like a bug in pyobjc to me. According to the Cocoa docs, [[NSString alloc] init] gives you an empty NSString, so the equivalent in Python ought to work, even if it's not particularly useful. -- Greg |