PGMidi icon indicating copy to clipboard operation
PGMidi copied to clipboard

ARC: PGMidi and PGMidiSource strongly reference their delegates

Open wtholliday opened this issue 12 years ago • 1 comments

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

wtholliday avatar Aug 07 '12 15:08 wtholliday

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

danomatika avatar Sep 17 '13 05:09 danomatika