leaking UIColor objects
leaking UIColor objects
- Subject: leaking UIColor objects
- From: WT <email@hidden>
- Date: Sat, 4 Jul 2009 15:27:32 +0200
Hello all,
my iPhone OS 3.0 app uses UIColor objects to set the colors of various
objects (text colors of labels, cell view backgrounds, and segmented
control tint colors), but I *never* store any of these colors as
ivars. In other words, I *only* do things like
label.textColor = [UIColor blueColor];
Now, after I installed 3.1 beta, **but still building under 3.0**,
Instruments/Leaks tells me that my app is leaking UIColor objects. My
app was leak-free under 3.0 Leaks.
My conclusion is that Instruments (or, at least, Leaks) has changed
from 3.0 to 3.1 beta. I'm planning to report this as a bug, but I
thought I'd ask the community first, to make sure that this isn't
something I'm overlooking in my own code or elsewhere.
And, yes, I realize that discussing beta releases is a no-no. I'm not
asking for a discussion; I'm merely asking for a "I'm having that
problem too and I've already filed a radar" or "Yes, this looks like a
bug and you should report it" or a "No, it must be something in your
code" kind of response.
Thanks in advance.
Wagner
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden