Merge branch 'fix-macos-text-input-beep' of https://github.com/page-down/kitty

This commit is contained in:
Kovid Goyal 2022-01-14 11:53:37 +05:30
commit bb8ebf32ae
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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];
}