mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-24 23:31:36 +08:00
Merge pull request #449 from chaironeko/mantis-163-quit-crash
obs-outputs: Fix crash with quit while connecting
This commit is contained in:
@@ -98,7 +98,7 @@ static void rtmp_stream_destroy(void *data)
|
||||
{
|
||||
struct rtmp_stream *stream = data;
|
||||
|
||||
if (stream->active)
|
||||
if (stream->connecting || stream->active)
|
||||
rtmp_stream_stop(data);
|
||||
|
||||
if (stream) {
|
||||
|
||||
Reference in New Issue
Block a user