iMasanari / cmd-eikana

Application of macOS which switches Alphabet / Kana by pressing left and right command key alone. Other key remapping is also possible.
https://ei-kana.appspot.com/
MIT License
427 stars 57 forks source link

CGEvent return with Unmanaged.passUnretained #14

Closed soh335 closed 7 years ago

soh335 commented 7 years ago

日本語で失礼します。

https://developer.apple.com/reference/coregraphics/cgeventtapcallback の discussion を読む限り、渡ってきた event はそのまま retain せず返せば良いのかなという気がしています。おそらくここで retain すると解放されずにメモリリークになりそうです。