GlFancyCoverFlow icon indicating copy to clipboard operation
GlFancyCoverFlow copied to clipboard

memery leak 内存泄露

Open com314159 opened this issue 9 years ago • 0 comments

因为Gallery的特性, this.wrappedViewBitmap = Bitmap.createBitmap(measuredWidth, measuredHeight, Bitmap.Config.ARGB_8888);

这句代码是有内存泄露的.

频繁的重新创建Gallery,会导致以前的没有被回收,最终导致内存暴了

com314159 avatar Mar 17 '15 07:03 com314159