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
When I use the clone method on frame, I find that the memory has been increasing and has not been released. I see that the comment of the method says:"Expect a heap overflow exception when using this method without cleaning up."
Can you tell me how to clear the frame object correctly?
I would like to ask, in addition to passive garbage collection, is there any way to manually free memory?