macos: fix bug where like... 5 terminals were being launched in the

background
This commit is contained in:
Mitchell Hashimoto
2023-03-09 11:40:47 -08:00
parent bfbd7f1c1b
commit dc6e5e1437
2 changed files with 17 additions and 14 deletions

View File

@@ -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