dscvr-com / dscvr-app-ios

iOS App Repository
1 stars 1 forks source link

Viewer leaks memory #148

Open ejoebstl opened 8 years ago

ejoebstl commented 8 years ago

Viewer does not dispose textures correctly when phone is rotated (VR view is entered) while the texture is not loaded.

This issue is critical for the release, since it will make the stitching process crash.

ejoebstl commented 8 years ago

Same issue also applies when VR view is exited before images are downloaded.

The issue is specific to downloading and does not occur with optographs that are not downloaded from the internet.

ejoebstl commented 8 years ago

Done.

Related to: https://github.com/rs/SDWebImage/issues/1354