mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Fixes two memory leaks, one is pretty bad for OSX.
Yell at pauldachz if this doesn't work. Or... say thanks.
This commit is contained in:
@ -69,6 +69,7 @@ bool Keyboard::UpdateInput()
|
||||
CGRectMakeWithDictionaryRepresentation(boundsDictionary, &bounds);
|
||||
}
|
||||
|
||||
CFRelease(windowDescriptions);
|
||||
CFRelease(windowArray);
|
||||
|
||||
CGEventRef event = CGEventCreate(nil);
|
||||
|
Reference in New Issue
Block a user