mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 18:07:01 +00:00
macOS: Release input context
This commit is contained in:
parent
017da1159c
commit
704487f0ce
1 changed files with 1 additions and 0 deletions
|
|
@ -786,6 +786,7 @@ static const NSRange kEmptyRange = { NSNotFound, 0 };
|
|||
[trackingArea release];
|
||||
[markedText release];
|
||||
if (input_source_at_last_key_event) [input_source_at_last_key_event release];
|
||||
[input_context release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue