mirror of
https://github.com/encounter/SDL.git
synced 2025-05-24 16:21:25 +00:00
Free the correct variable.
This commit is contained in:
parent
295acea953
commit
96f09df730
@ -461,7 +461,7 @@ CreateHIDDeviceMatchDictionary(const UInt32 page, const UInt32 usage, int *okay)
|
||||
CFRelease(pageNumRef);
|
||||
}
|
||||
if (usageNumRef) {
|
||||
CFRelease(pageNumRef);
|
||||
CFRelease(usageNumRef);
|
||||
}
|
||||
|
||||
if (!retval) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user