Remove unnecessary autoreleasepool block.
parent
ba9fe0534f
commit
a1bf797f56
|
@ -219,9 +219,7 @@ static CGEventRef tapEventCallback2(CGEventTapProxy proxy, CGEventType type, CGE
|
|||
|
||||
static CGEventRef tapEventCallback(CGEventTapProxy proxy, CGEventType type, CGEventRef event, void *refcon)
|
||||
{
|
||||
@autoreleasepool {
|
||||
return tapEventCallback2(proxy, type, event, refcon);
|
||||
}
|
||||
return tapEventCallback2(proxy, type, event, refcon);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue