ARC: PGMidi and PGMidiSource strongly reference their delegates
Opened this issue · 1 comments
wtholliday commented
This can create a retain loop between the delegate and PGMidi/PGMidiSource. Weak references should be used instead, per the iOS convention.
danomatika commented
I noticed this as well in Console debug messages ...