zed/crates/gpui_macos
Albab Hasan df905d3893
gpui: Fix Core Foundation object leaks on macOS (#49022)
release `TISInputSource` returned by
`TISCopyCurrentKeyboardLayoutInputSource` in `MacKeyboardLayout::new()`,
and `CFUUIDRef` returned by `CGDisplayCreateUUIDFromDisplayID` in
`MacDisplay::uuid()`. both follow the core foundation create rule and
must be released by the caller.

Release Notes:

- N/A
2026-04-24 09:09:29 +00:00
..
src gpui: Fix Core Foundation object leaks on macOS (#49022) 2026-04-24 09:09:29 +00:00
build.rs Use dispatch2 crate (#50171) 2026-02-28 02:54:15 +00:00
Cargo.toml Unify dirs dependency (#53775) 2026-04-13 13:55:29 +03:00
LICENSE-APACHE gpui: Extract gpui_platform out of gpui (#49277) 2026-02-19 18:57:49 +01:00