momentarylapse / tsunami

A simple but powerful audio editor
GNU General Public License v3.0
77 stars 6 forks source link

[gtk3] crash when closing windows #13

Closed momentarylapse closed 11 months ago

momentarylapse commented 11 months ago

Program crashes when closing any dialog with the [Esc] key.

Only the legacy version, built with gtk3 is affected, not the default gtk4 version!

momentarylapse commented 11 months ago

Should be fixed now.

The ownership model of gtk3 is surprising (maybe even buggy). I keep a reference to some widgets in order to prevent auto destruction by the gtk management system. I expected the children to be kept alive as well, but somehow some children got deleted anyways.