HI,
I am using Cocoa framework with Obj C.
I am getting following error while closing a window:
iFolder 3(17493,0xa000d000) malloc: *** error for object 0x15d1c4b0: double free
iFolder 3(17493,0xa000d000) malloc: *** set a breakpoint in szone_error to debug
I am not able to find it out from which file and why it is being generated. Infact in all the functions related calling the window (due to which I am getting above error) and inside the code, I am not using "RELEASE" at all.
I am using Cocoa framework with Obj C.
I am getting following error while closing a window:
iFolder 3(17493,0xa000d000) malloc: *** error for object 0x15d1c4b0: double free
iFolder 3(17493,0xa000d000) malloc: *** set a breakpoint in szone_error to debug
I am not able to find it out from which file and why it is being generated. Infact in all the functions related calling the window (due to which I am getting above error) and inside the code, I am not using "RELEASE" at all.