0

I am facing this type of warning when i analyze my code. I share my screenshot please anybody can suggest me?

enter image description here enter image description here

This is my warning. What i have to do?

Soumya Ranjan
  • 4,817
  • 2
  • 26
  • 51

1 Answers1

2

Yes, I got my answer

Before return NO just write this line

    if (thisPhones)
    {
        CFRelease(thisPhones);
    }
    return NO;
Soumya Ranjan
  • 4,817
  • 2
  • 26
  • 51