You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems that the bitmaps aren't released at the time of the next allocation ,
The Eclipse Memory Analyzer reported that at the time the WeakHashMap reloadMap inside of GLResourceHelper was holding on to all of its keys and values, none of them were being released. Every single that had called GLResourceHelper.addLoader was being held inside of reloadMap (both res and loader).
So overtime this was adding up and causing the leak.
is there a fix for this particular issue ?
The text was updated successfully, but these errors were encountered:
it seems that the bitmaps aren't released at the time of the next allocation ,
The Eclipse Memory Analyzer reported that at the time the WeakHashMap reloadMap inside of GLResourceHelper was holding on to all of its keys and values, none of them were being released. Every single that had called GLResourceHelper.addLoader was being held inside of reloadMap (both res and loader).
So overtime this was adding up and causing the leak.
is there a fix for this particular issue ?
The text was updated successfully, but these errors were encountered: