lavu/opt: fix memleak in test

Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
This commit is contained in:
Lukasz Marek 2014-11-12 23:26:45 +01:00
parent d03867c248
commit 5dc0f607e7
1 changed files with 1 additions and 0 deletions

View File

@ -1818,6 +1818,7 @@ int main(void)
printf("num64=%"PRId64"\n", test_ctx.num64);
printf("flt=%.6f\n", test_ctx.flt);
printf("dbl=%.6f\n", test_ctx.dbl);
av_opt_free(&test_ctx);
}
printf("\nTesting av_set_options_string()\n");