I've been banging my head against ObjC and the iPhone SDK trying to chase down a memory leak exposed by Leaks. The big hint that helped me find the answer was that the last calls in the stack trace were:
WKSetCurrentGraphicsContext
_ZL20CurrentThreadContextv
And both were associated with the WebCore library. Calls higher in the stack trace
(
Read more... )