andraskindler / parallaxviewpager

[Development stopped in 2014. Unfinished and not stable - not recommended to use.] An easy-to-use ViewPager subclass with parallax background effect for Android apps.
438 stars 86 forks source link

Fixed memory leak #12

Open mnisbet13 opened 9 years ago

mnisbet13 commented 9 years ago

When the view pager is detached from a window, it will leak the memory of the bitmap since the bitmap is not being set to null. This fixes that issue and clears the bitmap memory when the view pager is detached.