John Z Wu
John Z Wu
oops. i'll take a look. can you attach your code in the mean time? So I just tried this out myself. What I'm seeing is that it does go back...
I'm definitely getting the same behavior you're getting when I use your viewcontroller. Namely, it doesn't stop at the declared inset, and where it stops seems random. What's interesting is,...
Seems odd that this was an issue. How does apple compile this themselves?
I know I'm almost a decade too late, but what I found was if I built dyld_decache from [source](https://github.com/kennytm/Miscellaneous/blob/master/dyld_decache.cpp#L61), I was able to dump everything without a segfault. In contrast,...
I would love it if this was implemented. Without this I risk reimporting duplicates and have to manually delete them. I wonder why "already imported picture" detection wasn't done using...
I too would like to know what is causing this
yeah this is literally causing memory crashes in my app, i have no choice but to use the original version. @saurik doesn't actually see a point to converting SDURLCache to...
@steipete I've looked into this a bit more, and I wasn't able to come to any conclusions. However, I can make this leak disappear by simply calling ``` [super removeCachedResponseForRequest:request];...
@steipete, if we can't figure out the real problem, I suppose I would be OK with putting that in. So a little back story on how I even discovered this...