Touchpose icon indicating copy to clipboard operation
Touchpose copied to clipboard

Crash when removing inactive touches

Open toddreed opened this issue 3 years ago • 0 comments

This was reported in a comment by @gatamar for #16, but I think it’s a separate bug.

The issue is with line 85:

https://github.com/toddreed/Touchpose/blob/dd2b7293ec5cf052dc16594cc1f8ecd56a1e328d/Pod/Source/TRTouchposeApplication.m#L80-L86

which would attempt to retain an object that may no longer exist.

toddreed avatar May 28 '21 20:05 toddreed