Mac: attempt to fix a reproted crash

This commit is contained in:
Michael Buckley 2021-04-25 20:43:09 -07:00
parent 4b66a6a955
commit ebe96e91de
1 changed files with 1 additions and 1 deletions

View File

@ -2764,7 +2764,7 @@ void QuitWithFatalError ( NSString *message)
+ (void)initialize
{
keyLock = PTHREAD_MUTEX_INITIALIZER;
pthread_mutex_init(&keyLock, NULL);
}
- (instancetype)initWithFrame:(NSRect)frameRect