FYI, I've had the best luck finding memory leaks using Valgrind (<https://www.valgrind.org/)>.
Requires the use of `-d:useMalloc` and I suggest combining with ARC (if you can) or ORC.
FYI, I've had the best luck finding memory leaks using Valgrind (<https://www.valgrind.org/)>.
Requires the use of `-d:useMalloc` and I suggest combining with ARC (if you can) or ORC.