jmonkeyengine icon indicating copy to clipboard operation
jmonkeyengine copied to clipboard

[Android] Memory leak on JmeSurfaceView

Open pavly-gerges opened this issue 1 year ago • 0 comments

According to this thread, there is a memory leak, the test was conducted on JmeSurfaceView.

A proposed blind solution was to add JmeSystemDelegate.setView(null) within the JmeSurfaceView#destroy(), which surprisingly was already on AndroidHarness, I think this is a real memory leak that is specific to JmeSurfaceView.

pavly-gerges avatar May 15 '23 05:05 pavly-gerges