opt: init test_ctx to 0.

Otherwise, setting string will try to free a random address.
This commit is contained in:
Nicolas George 2012-06-05 14:31:29 +02:00
parent d9b0d75c56
commit 42b774ab6f

View File

@ -927,7 +927,7 @@ int main(void)
printf("\nTesting av_set_options_string()\n");
{
TestContext test_ctx;
TestContext test_ctx = { 0 };
const char *options[] = {
"",
":",