Unrud / video-downloader

Download videos from websites like YouTube and many others (based on yt-dlp)
GNU General Public License v3.0
751 stars 95 forks source link

Gtk objects are not being released #155

Closed Unrud closed 2 years ago

Unrud commented 2 years ago

See https://discourse.gnome.org/t/reference-cycles-with-python-and-gtk4/10898

Currently we use a workaround:

https://github.com/Unrud/video-downloader/blob/e4039e543b06fb044490177de13c268e3b16cd4c/src/main.py#L47-L49

There are probably many similar issues that only manifest themselves in memory leaks.