gtk-rs / gtk-rs-core

Rust bindings for GNOME libraries
https://gtk-rs.org/gtk-rs-core
MIT License
272 stars 105 forks source link

glib: Drop the main context future return value sender on finalize #1328

Closed sdroege closed 4 months ago

sdroege commented 4 months ago

Otherwise it's going to be leaked if the future is dropped/aborted before it yields a value.

Fixes https://github.com/gtk-rs/gtk-rs-core/issues/1326