mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
@ -327,7 +327,8 @@ fn drainMailbox(self: *Thread) !void {
|
||||
},
|
||||
|
||||
.change_config => |config| {
|
||||
defer message.deinit();
|
||||
defer config.alloc.destroy(config.thread);
|
||||
defer config.alloc.destroy(config.impl);
|
||||
try self.changeConfig(config.thread);
|
||||
try self.renderer.changeConfig(config.impl);
|
||||
|
||||
|
Reference in New Issue
Block a user