Post #2713010
2026-03-31 13:47 UTC
okay, this bug was already there. It's just that no one ever called the FreeWidget destruction function in the C version of this library, which for some reason registers two callbacks to handle widget destruction that both do the same thing
Replies (1)
-
@trurl@mastodon.sdf.org 2026-03-31 15:12
ah, ok. off-by-one error in an array iteration macro. introduced by me in a refactor. never caught because the Rust gets tests, but the C doesn't.