Have you tested with valgrind when your code has been compiled with \--gc:arc 
-d:useMalloc ?

Note that the default refc GC may hide bugs, as memory is freed with delay. 
While ARC does deterministic memory release at end of proc.

Maybe we should try address sanitizer of gcc or clang -- I have never tried 
that.

Reply via email to