mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-14 02:14:39 -04:00
Do not store IAudioClient and IAudioCaptureClient onto the source object until initialization is almost complete, right before the capture thread is created. We don't to retain objects from failed attempts. Also clear them when stopping.