mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-30 02:51:39 +00:00
macos: fix bug where like... 5 terminals were being launched in the
background
This commit is contained in:
@@ -476,6 +476,7 @@ pub fn deinit(self: *Surface) void {
|
||||
self.alloc.destroy(self.font_group);
|
||||
|
||||
self.alloc.destroy(self.renderer_state.mutex);
|
||||
log.info("surface closed addr={x}", .{@ptrToInt(self)});
|
||||
}
|
||||
|
||||
/// Called from the app thread to handle mailbox messages to our specific
|
||||
|
||||
Reference in New Issue
Block a user