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
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.
The text was updated successfully, but these errors were encountered:
pavly-gerges
changed the title
[Android] Memory leak
[Android] Memory leak on JmeSurfaceView
May 15, 2023
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 theJmeSurfaceView#destroy()
, which surprisingly was already on AndroidHarness, I think this is a real memory leak that is specific to JmeSurfaceView.The text was updated successfully, but these errors were encountered: