mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-09-22 13:37:37 +00:00
Messages can own allocated data or a derived config. Some paths (writer thread draining, mailbox shutdown with unread messages, and queue push failures) discarded messages without releasing those resources. This change adds Message.deinit and uses it whenever a message is discarded.