petegoodliffe/PGMidi

ARC: retain loop between PGMidi and PGMidiConnection

wtholliday opened this issue · 0 comments

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