petegoodliffe / PGMidi

PGMidi iOS MIDI library and example code
296 stars 83 forks source link

ARC: PGMidi and PGMidiSource strongly reference their delegates #5

Open wtholliday opened 12 years ago

wtholliday commented 12 years ago

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

danomatika commented 10 years ago

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