giovedì 16 agosto 2012

Jatris Free 1.31 released

As stated in previous posts a new version of Jatris free is now available on Google Play.

This version is a bugfix release only.

Fixes :

Fixed a memory leak that could lead to crashes (OutOfMemory errors).
Fixed a race condition that could lead to game freeze after pause/resume cycle


mercoledì 1 agosto 2012

Memory leak...solved

Solved the memory leak problem mentioned in the previous post.

It seems that not only bitmaps but also drawables and soundpool objects are not correctly freed after an OnDestroy call (normally when user press back button).

Added a cleanup routine to recycle these objects manually.

Now memory errors are vanished.
A new version will be packaged to solve the problem.