I could not understand where the memory is leaking in my code ?
- by srikanth rongali
I have the following code. I do not understand the problem in it. Whenever I include this class in my class the code is going to infinite loop. I could not get where I am wrong.
please help me. Just point the errors in the code.
#import "readFileData.h"
#import "DuelScreen.h"
@implementation readFileData
@synthesize enemyDescription,…