Home › Forums › v002 › v002 QC Plugins Support › v002 Open Kinect Beta 5 on 10.6.8 › Reply To: v002 Open Kinect Beta 5 on 10.6.8
September 29, 2012 at 4:44 pm
#6367
Keymaster
If anyone wants to fix this, it is possible QC doesn’t like non-QC code releasing a QCPlugIn instance, in which case a solution would be to avoid the reference to self in the block used by the dispatch timer, so the QCPlugIn object is not retained on the timer’s queue – a new object could be created which can be retained and have its properties set/got by the plugin and timer both.