Free the correct variable.

Ryan C. Gordon 2014-02-23 01:24:46 -05:00
parent 295acea953
commit 96f09df730
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ CreateHIDDeviceMatchDictionary(const UInt32 page, const UInt32 usage, int *okay)
CFRelease(pageNumRef);
}
if (usageNumRef) {
CFRelease(pageNumRef);
CFRelease(usageNumRef);
}
if (!retval) {