obs-ffmpeg: Fix memory leak
This commit is contained in:
parent
50c174df07
commit
73e6df5d09
@ -660,6 +660,7 @@ static void ffmpeg_source_destroy(void *data)
|
||||
bfree(s->sws_data);
|
||||
bfree(s->input);
|
||||
bfree(s->input_format);
|
||||
bfree(s->ffmpeg_options);
|
||||
bfree(s);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user