[Mac] Do not call CFRelease on HID properties
authorthefiddler <stapostol@gmail.com>
Sun, 5 Jan 2014 20:27:34 +0000 (21:27 +0100)
committerthefiddler <stapostol@gmail.com>
Sun, 5 Jan 2014 20:27:34 +0000 (21:27 +0100)
commit05af21e61b215737f8d1a24abc898a91e476d06a
treeea2b196350952e75b2ba4d8825e2bee33e0d6bfd
parent02c9f471eadb256a83d924d4795d6c9910b8e6f8
[Mac] Do not call CFRelease on HID properties

HID properties are callee-owned and should not be released by the
caller. Fixes crash (memory corruption) on device hot plugging.
Source/OpenTK/Platform/MacOS/HIDInput.cs