mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 821224 - Remove a bitmap recycle that was causing crashes. r=cpeterson
This commit is contained in:
parent
51ce773032
commit
4e95ef1b3b
@ -150,7 +150,6 @@ public class Tab {
|
||||
boolean sizeChange = mThumbnailBitmap.getWidth() != width
|
||||
|| mThumbnailBitmap.getHeight() != height;
|
||||
if (honeycomb || sizeChange) {
|
||||
mThumbnailBitmap.recycle();
|
||||
mThumbnailBitmap = null;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user