mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-06 09:56:34 +00:00
@@ -327,7 +327,8 @@ fn drainMailbox(self: *Thread) !void {
|
|||||||
},
|
},
|
||||||
|
|
||||||
.change_config => |config| {
|
.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.changeConfig(config.thread);
|
||||||
try self.renderer.changeConfig(config.impl);
|
try self.renderer.changeConfig(config.impl);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user