cog/Audio/Output
Christopher Snowhill 9e5a70c9ae Cog Audio: Dealt with a major retain cycle leak
This seals up a major memory leak of the playback state whenever a chain
is released on stop or on manual track change. CogAudioMulti was
retaining the input node due to its listeners, and InputNode was not
releasing the listeners when asked to stop running. This is fixed now.

Fixes #221

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-01-29 21:31:19 -08:00
..
OutputCoreAudio.h Cog Audio: Dealt with a major retain cycle leak 2022-01-29 21:31:19 -08:00
OutputCoreAudio.m Cog Audio: Dealt with a major retain cycle leak 2022-01-29 21:31:19 -08:00