【发布时间】:2010-08-02 16:29:18
【问题描述】:
Dual Search(8896,0xb014b000) malloc: *** error for object 0x5a1e0f0: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
谢谢!
【问题讨论】:
-
您需要添加更多信息。您已调用 free() 以获取未通过 malloc() 分配内存的指针。您的代码中是否有任何“free(somevar)”实例?
标签: iphone memory-leaks memory-management