Commit 5dc0f607 authored by Lukasz Marek's avatar Lukasz Marek

lavu/opt: fix memleak in test

Signed-off-by: 's avatarLukasz Marek <lukasz.m.luki2@gmail.com>
parent d03867c2
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment