At times, while running through your app, you might come across this warning on console: MyApp(2121,0xb0185000) malloc: *** error for object 0×1068310: double free *** set a breakpoint in malloc_error_break to debug Even though you might feel that its not affecting your app, but its still annoying, and might cause some memory related issues as [...]
