1

I had a UIDeviceRGBColor leak in my App.

It seems to be a problem with UIKIt .

Below is the problem:

enter image description here

The leak is located in the code mentioned in the brown color:

enter image description here

Did any one come across this problem?

RK-
  • 12,099
  • 23
  • 89
  • 155

1 Answers1

0

Yes, I'm having the same problem ...

iOS 6.0 on Device, but mine leaks in:

[pickerDate setDatePickerMode:UIDatePickerModeDate];
[pickerDate setMinimumDate:minimumDate];
[pickerDate setMaximumDate:today];

[pickerDate setDate:currentDateObject animated:YES]; // here is the leak, if I remove this line there is no leak, and leaks also a UIDeviceRGBColor

Possible duplicate, see this question

** Sorry, this should be a comment not an answer **

Community
  • 1
  • 1
mongeta
  • 2,301
  • 2
  • 32
  • 42