How is your myEmailString
@property
defined? With copy
or retain
? (You should use copy
with NSString
objects.) If so, and you're not doing a [myEmailString release]
in dealloc
, that might be the leak.
Shaggy Frog
2010-09-10 19:30:18