petegoodliffe / PGMidi

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

ARC: retain loop between PGMidi and PGMidiConnection #4

Open wtholliday opened 12 years ago

wtholliday commented 12 years ago

PGMidi has strong references to PGMidiConnections. When compiled with ARC, PGMidiConnection has a strong reference back to PGMidi. Thus, neither are deallocated.