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
I'm not too sure myself, but the windows might only be freed after several GC cycles. It might be better to run the GC every second or so in a background goroutine and monitor memory usage that way.
diamondburned
changed the title
Memory is not freed
Memory is not freed when destroying Window
Jan 23, 2024
First of all: This project is nice work!
But while I'm playing with gotk4, I realized, that memory is not freed after a window or a application is closed/destroyed or finished:
This prints:
Any suggestion what I'm doing wrong?
The text was updated successfully, but these errors were encountered: