mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 00:02:52 +00:00
opt: init test_ctx to 0.
Otherwise, setting string will try to free a random address.
This commit is contained in:
parent
d9b0d75c56
commit
42b774ab6f
@ -927,7 +927,7 @@ int main(void)
|
||||
|
||||
printf("\nTesting av_set_options_string()\n");
|
||||
{
|
||||
TestContext test_ctx;
|
||||
TestContext test_ctx = { 0 };
|
||||
const char *options[] = {
|
||||
"",
|
||||
":",
|
||||
|
Loading…
Reference in New Issue
Block a user