Files
obs-studio/libobs/obs-source.c
Richard Stanway bc231eda75 libobs: Fix a race condition when initializing audio sources
The source shouldn't be inserted into obs->data.first_audio_source until it's
fully initialized, or other threads will access source->control and
dereference an uninitialized pointer.
2016-04-13 18:39:24 +02:00

99 KiB