mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 23:44:59 +02:00
Merge branch 'fix-macos-text-input-beep' of https://github.com/page-down/kitty
This commit is contained in:
@@ -786,6 +786,7 @@ static const NSRange kEmptyRange = { NSNotFound, 0 };
|
|||||||
[trackingArea release];
|
[trackingArea release];
|
||||||
[markedText release];
|
[markedText release];
|
||||||
if (input_source_at_last_key_event) [input_source_at_last_key_event release];
|
if (input_source_at_last_key_event) [input_source_at_last_key_event release];
|
||||||
|
[input_context release];
|
||||||
[super dealloc];
|
[super dealloc];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user