Home › Forums › Syphon › Syphon Development – Developer › new-frame handler increasing retain count › Reply To: new-frame handler increasing retain count
October 24, 2012 at 11:17 am
#6420
Participant
Thanks actually it was a retain cycle issue and the solution is to use blockSelf->ivar to access all variables inside the block
__block SyphonNameboundClient *blockSelf = self;
Strange, I didn’t observe this issue in the Test Client Sample.