obs-ffmpeg: Fix memory leak

master
Matt Gajownik 2022-05-17 23:13:17 +10:00
parent 50c174df07
commit 73e6df5d09
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}