Hi.In my Iphone app I am getting:
objc[597]: FREED(id): message release sent to freed object=0x3b81780
error.What should cause this error?IS it about memory allocation? I have UITable and model view that include some text field.It takes username from model view and search this in internet and gets some images from internet.It takes data but when model view disappears app exits.and gives that error.When model views close it runs my method and gets value.But it exits from app.