Home › Forums › Syphon › Syphon Development – Developer › new-frame handler increasing retain count › Reply To: new-frame handler increasing retain count
October 25, 2012 at 12:25 am
#6423
Participant
I tried, but stop only removed the frame handler which did not release the object it retained hence syClient dealloc is never called.
Inside stopExecution
[syClient lockClient];
[syClient.client stop];
[syClient unlockClient];
[syClient release];