macOS: Release input context

This commit is contained in:
pagedown 2022-01-14 14:18:03 +08:00
parent 017da1159c
commit 704487f0ce
No known key found for this signature in database
GPG Key ID: E921CF18AC8FF6EB

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