petegoodliffe/PGMidi

ARC: PGMidi and PGMidiSource strongly reference their delegates

Opened this issue · 1 comments

This can create a retain loop between the delegate and PGMidi/PGMidiSource. Weak references should be used instead, per the iOS convention.

I noticed this as well in Console debug messages ...