On Sat, Jul 4, 2009 at 6:27 AM, WT <jrca...@gmail.com> wrote:

> 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


Hi, I would highly recommend moving your discussion to the iPhone Developer
Forums.  Also, this is list is mainly for Cocoa Dev and Cocoa Touch.

Good luck,

-Conrad
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to