ios - Malloc/Free based Memory Leak Undetected by Instruments? -
i found memory leak in code, caused c-style array of pointers not being freed.
the curious thing is, tested app in instruments->leaks quite thoroughly, leak never detected (i released version 1.0 last week, without trouble far).
now i'm working on version 1.1 , found logical error. fixed and, far there seems no 'over-release' crash , i'm confident fix due.
has seen this? assumed objective-c's retain/release malloc/free under wraps, leaks based on c memory functions should equally visible instruments...?
Comments
Post a Comment