windowsphonehacker / SparklrWP

WIP WP client for sparklr.me
MIT License
5 stars 1 forks source link

Animated GIFs leaking memory #86

Closed ChrisK91 closed 10 years ago

ChrisK91 commented 11 years ago

I implemented some workarounds, however it seems like something is keeping a reference to AnimatedImages. If you open up a PinchToZoom page and navigate back, you'll see that we still lose memory. I'm not sure by what this is caused...

the-eater commented 11 years ago

maybe the whole data recycling system? :cactus:

ChrisK91 commented 11 years ago

I think something isn't unregistering an eventhandler, preventing the whole thing from being garbage collected. We could try our own build of ImageTools...

the-eater commented 11 years ago

We could but isn't it a fault in our code?