ios - Objective C: Memory Leak issue in Class Method -


i hitting memory leak warning message seen in screenshot below.

enter image description here

i need advise on how can resolve memory leak. can [self release] @ end of method?

you not assigning object returned _shareduserstockinfo losing reference , leaking. on _shareduserstockinfo remain nil , method return nil too.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -