mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 13:37:48 +00:00
All kinds of fixes and updates
This commit is contained in:
@@ -182,7 +182,7 @@ public:
|
||||
|
||||
~HIDListenerIOKit()
|
||||
{
|
||||
CFRunLoopRemoveSource(m_listenerRunLoop, IONotificationPortGetRunLoopSource(m_llPort), kCFRunLoopDefaultMode);
|
||||
//CFRunLoopRemoveSource(m_listenerRunLoop, IONotificationPortGetRunLoopSource(m_llPort), kCFRunLoopDefaultMode);
|
||||
IOObjectRelease(m_llAddNotif);
|
||||
IOObjectRelease(m_llRemoveNotif);
|
||||
IONotificationPortDestroy(m_llPort);
|
||||
|
||||
Reference in New Issue
Block a user