I’ve been studying the following code which opens a stored image on an android tablet, decodes it into a Bitmap and then turns it into a base64 String so that it can be stored inside an SQLite DB. To my knowledge, as much as 2MB of data is being leaked from this transaction, multiple calls [...]
The post Memory leaks during decoding to Bitmap and compressing appeared first on BlogoSfera.