FREED(id): message release sent to freed object error solution ?
Posted
by Meko
on Stack Overflow
See other posts from Stack Overflow
or by Meko
Published on 2010-04-14T17:30:04Z
Indexed on
2010/04/14
17:33 UTC
Read the original article
Hit count: 486
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.
© Stack Overflow or respective owner